i have a question around using our custom Kafka fo...
# troubleshoot
r
i have a question around using our custom Kafka for Datahub. I couldn’t find anything in the helm chart to provide a username/password for using kafka. Same thing for schema registry as I want to supply a truststore file and password
b
Great question. I would guess that this information could be specified in a
credentialsAndCertsSecrets:
section in the
values.yaml
for the Helm chart. It looks like the custom truststore might be settable like so: https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/values.yaml#L129 @ancient-nest-97973 or @early-lamp-41924, do you happen to know the magic runes for this?
r
if I have to use my own Kafka, does it mean i have to use my own zookeeper as well?
e
This is where this part of values comes in handy
it converts whatever you put under it into env variable format and puts it in kafka-setup and all other pods using kafka
it will refer to the secret with name credentialsAndCertsSecrets.name
and key whatever you put as the value
For the last question, does your kafka not come with zookeeper?