confluentinc / confluent-kafka-python

Confluent's Kafka Python Client
http://docs.confluent.io/current/clients/confluent-kafka-python
Other
84 stars 892 forks source link

Support comma-separated list of schema registry URLs #1756

Open morrone opened 4 months ago

morrone commented 4 months ago

Description

It would be nice if the SchemaRegistryClient() support a "url" string which is a comma-separated list of schema registry URLs instead of just a single schema registry URL. I believe that libserdes supports a comma-separated list in schema.registry.url (see libserdes README).

How to reproduce

Try putting a comma-separated string of URLs as the value of the "url" configuration option.

Checklist

Please provide the following information: