有没有spring-remoting在(spring-) Kafka之上工作的例子(在某个地方)?
非常感谢您的专业知识。
诚挚的问候
发布于 2021-02-02 00:29:18
spring-remoting没有Kafka实现。
从Spring Framework5.3开始,spring-remoting本身就被弃用了。
https://github.com/spring-projects/spring-framework/commit/d9ccd618ea9cbf339eb5639d24d5a5fabe8157b5
但是,您可以使用Spring for Apache Kafka中的RPC支持
https://docs.spring.io/spring-kafka/docs/current/reference/html/#replying-template
https://stackoverflow.com/questions/65987381
复制相似问题