You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Helm chart supports only the most basic schema registry configuration (only setting the schema registry URL is supported). This is fine for schema registries that are not secured in any way, but a better solution is needed for secured deployments.
Here are the components that rely on schema registry:
Strimzi Context Operator
Aggregator
Kafka Connect
Ideally, the values.yaml would be extended as follows:
Currently, the Helm chart supports only the most basic schema registry configuration (only setting the schema registry URL is supported). This is fine for schema registries that are not secured in any way, but a better solution is needed for secured deployments.
Here are the components that rely on schema registry:
Ideally, the
values.yaml
would be extended as follows:Then those values should be plugged into the template whenever needed.
The text was updated successfully, but these errors were encountered: