Skip to content

Avro schemas & helm #1030

Closed Answered by swimand
swimand asked this question in Q&A
Discussion options

You must be logged in to vote

I just found the solution myself. It seems that it is expected to also include the protocol when assigning the address to the schema registry. Since I have the schema registry running the same way I am running the kafka and zookeeper services, I simply assumed that one should exempt the protocol. My helm configuration ended up looking as follows, for those who are interested:

kafka-ui: 
  envs:
    config:
      KAFKA_CLUSTERS_0_NAME: "local"
      KAFKA_CLUSTERS_0_ZOOKEEPER: "local-zookeeper-svc:6990"
      KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS: "local-kafka-svc:6991"
      KAFKA_CLUSTERS_0_SCHEMAREGISTRY: "http://local-schema-registry-svc:6992"

Please note that the name and ports on the ser…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Haarolean
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants