Skip to content
New issue

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 quickstart the integration between KSQL, SR en the brokers is not working #156

Open
bartgel opened this issue Aug 18, 2022 · 0 comments

Comments

@bartgel
Copy link

bartgel commented Aug 18, 2022

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  
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant