We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the quickstar, in order to better showcase the integration of the components:
For the brokers The kafka-brokers needs the following configuration under spec
configOverrides: server: - confluent.schema.registry.url=http://schemaregistry.confluent.svc.cluster.local:8081
This will allow you to be able to set the confluent_value_validation on a topic
For KsqlDb KsqlDb needs to integrate with the broker and connect with schema registry:
dependencies: kafka: bootstrapEndpoint: kafka.confluent.svc.cluster.local:9071 configOverrides: server: - ksql.schema.registry.url=http://schemaregistry.confluent.svc.cluster.local:8081
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the quickstar, in order to better showcase the integration of the components:
For the brokers
The kafka-brokers needs the following configuration under spec
This will allow you to be able to set the confluent_value_validation on a topic
For KsqlDb
KsqlDb needs to integrate with the broker and connect with schema registry:
The text was updated successfully, but these errors were encountered: