如何使用Spring Cloud Stream生成&使用Confluent Schema Registry消费Avro消息?

时间:2017-12-04 13:29:48

标签: apache-kafka registry schema spring-cloud-stream confluent

我可以通过关注Start Streaming with Kafka and Spring Cloud来运行示例,但遗憾的是它不使用汇合架构注册表。我阅读了Spring Cloud Stream reference guide的汇合架构注册表部分,但它不能与我的汇编3.0.0一起使用,该指南没有提到如何使用汇合架构注册表生成Avro消息。那么,任何人都可以指导我如何实现它吗?谢谢!

1 个答案:

答案 0 :(得分:1)

Spring Cloud Stream尚未与Confluent Schema Registry兼容。请参阅此主题https://github.com/spring-cloud/spring-cloud-stream/issues/850

中的讨论