Querying multiple registries
toolkit opened this issue · 3 comments
Hi there.
The maven plugin which this adapts supports specifying multiple schema registries.
Is this also available with this plugin?
Thanks.
Hello @toolkit,
This is not possible at the moment but this is indeed a valid use case.
Let's keep this issue to follow the developments.
OFC if you want to give it a go I'll be glad to guide you, else I'll tackle this after my holidays 😉
Ok, after taking a look at the confluent maven plugin documentation (https://github.com/confluentinc/schema-registry/blob/master/maven-plugin/src/main/java/io/confluent/kafka/schemaregistry/maven/DownloadSchemaRegistryMojo.java), it seems to be pretty easy to add.
What bothers me is the download case, if the schema is available in two registry, only one file would be retrieved and in case of latest, that could mean different content. I am not sure that this is desirable ...
Can you elaborate a bit your use case @toolkit