Casel Chen
Casel Chen

Reputation: 547

How to use Spring Cloud Stream to produce & consume Avro messages using Confluent Schema Registry?

I can run example by following Start Streaming with Kafka and Spring Cloud, but unfortunately it doesn't use confluent schema registry. I read the confluent schema registry part of Spring Cloud Stream reference guide, but it didn't work with my confluent 3.0.0 and the guide doesn't mention how to produce Avro message using confluent schema registry. So, can anyone guide me how to achieve it? Thanks!

Upvotes: 0

Views: 726

Answers (1)

Anders Eriksson
Anders Eriksson

Reputation: 603

The Spring Cloud Stream is not yet compatible with Confluent Schema Registry. See discussion in this thread https://github.com/spring-cloud/spring-cloud-stream/issues/850

Upvotes: 1

Related Questions