astonishing-lunch-91223
10/07/2021, 12:58 AMSCHEMA_REGISTRY_KAFKASTORE_TIMEOUT_MS
and SCHEMA_REGISTRY_KAFKASTORE_INIT_TIMEOUT_MS
but it’s not clear what they’re called for the GMS and upgrade-job pieces that are deployed via https://github.com/acryldata/datahub-helm. I think it relies on Spring Boot to load these, but I got a bit lost in the docs.adamant-river-59091
10/07/2021, 1:18 PMextraEnvVars
block to
https://github.com/acryldata/datahub-helm/blob/master/charts/prerequisites/values.yaml#L87
As per the docs on the chart you'll be using custom `extraEnvVars`so those will be prefixed with KAFKA_CFG_
Example is here: https://github.com/bitnami/charts/blob/master/bitnami/kafka/values.yaml#L216-L223astonishing-lunch-91223
10/07/2021, 11:01 PM