如何使用 Spring Cloud Stream 通过 Confluent Schema Registry 生成和使用 Avro 消息?

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

我可以 运行 按照 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 的示例,但它不适用于我的 confluent 3.0.0,并且该指南没有提到如何使用 confluent 模式注册表生成 Avro 消息。那么,任何人都可以指导我如何实现它吗?谢谢!

Spring Cloud Stream 尚不兼容 Confluent Schema Registry。请参阅此线程中的讨论 https://github.com/spring-cloud/spring-cloud-stream/issues/850