Spring Kafka Producer Test using Schema registry

Spring Kafka Producer Test using Schema registry

我正在尝试使用 Spring Kafka 为我的生产者应用程序及其嵌入式 Kafka 服务器编写测试。

但是我的应用程序也使用 confluent schema registry,我想知道 Spring Kafka 是否为 schema registry 提供了一些嵌入式服务器?

或者是否有更好的方法来执行 Spring Kafka 模式注册表测试?

Spring Kafka 没有提供模式注册表;它不是 Apache 许可的;但是,您可以将外部 confluent registry 与嵌入式 kafka 代理一起使用。

Spring Cloud Stream 确实有一个简单的注册表 docs here

It is in the process of being moved to its own project.