Hello All, Is installing kafka registry mandatory ...
# getting-started
n
Hello All, Is installing kafka registry mandatory ? If so, could you please point me out to corresponding helm chart ?
b
The schema registry is currently mandatory, yes! We will send a reference shortly
n
Thanks John . By the way where are we referencing this cp-schema-registry.enabled in datahub charts ? I don’t see it anywhere . Could you point me to the same please
b
Not sure I follow - this values.yaml is what enables it. Here's where we configure the schema registry in DataHub configs: https://github.com/acryldata/datahub-helm/blob/master/charts/datahub/values.yaml#L115
n
@big-carpet-38439 This is fine. Here we basically change the value to right server address of schema registry . May be you are using the default kafka/schema registry charts that ships with Datahub.
in my case, the kafka server is already there. I need to add them as part of bootstrapservers. But our kafka server doesnt have schema resgistry server installed. Thats where i am stuck where i can just install schema registry and then change the value in the file you are referencing above