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

Multiple schema registry URLs does not seem to be supported #1156

Open
7 tasks
kumarp20 opened this issue Mar 21, 2024 · 0 comments
Open
7 tasks

Multiple schema registry URLs does not seem to be supported #1156

kumarp20 opened this issue Mar 21, 2024 · 0 comments

Comments

@kumarp20
Copy link

Description

Using multiple schema registries results in the following error when trying to fetch the schemaID:
failed to get schema ID: Post "https://https://host1.com:8082/,https:/host2.com:8082/subjects/test-topic/versions?normalize=false\": dial tcp: lookup host1.com:8082,https: no such host"

If a single registry URL is used, it works fine.

How to reproduce

Use a comma separated list of schema registries in this example:

https://github.com/confluentinc/confluent-kafka-go/blob/master/examples/avro_specific_producer_example/avro_specific_producer_example.go

Checklist

Please provide the following information:

  • confluent-kafka-go and librdkafka version (LibraryVersion()): confluent-kafka-go v2.3.0,
  • Apache Kafka broker version:
  • Client configuration: ConfigMap{...}
  • Operating system:
  • Provide client logs (with "debug": ".." as necessary)
  • Provide broker log excerpts
  • Critical issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants