spring-cloud / spring-cloud-stream-binder-kafka

Spring Cloud Stream binders for Apache Kafka and Kafka Streams
Apache License 2.0
331 stars 301 forks source link

Move ConfluentSchemaRegistryClient from spring-cloud/spring-cloud-schema-registry #979

Closed sabbyanandan closed 3 years ago

sabbyanandan commented 3 years ago

The goal here is to bring ConfluentSchemaRegistryClient closer to the Kafka binder, so it is easy for users to costume, and one less dependency to worry about.

sobychacko commented 3 years ago

We are going to keep the schema registry code unmoved from its current location for 3.1. Post 3.1, we might consider moving it and isolating it to the Kafka binder, but that needs further consideration of a few moving targets. Closing this issue now. We will create more issues or an epic in the due course for further such actions.