且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Maprsteam与Spring集成Java客户端

更新时间:2022-10-25 09:59:04

spring-integration-kafka 2.0(通过spring-kafka 1.0)使用0.9 Kafka API.

请参见项目页面底部的兼容性列表.

未经MapR测试.

I am looking for a solution to use maprstream with spring integration. I could able to create the stream and topic and also could able to consume/publish messages using stream:topic combination. Used the Kafka client by referring the link:

But struggling to consume/publish message using Spring integration and couldn't see any sample programs explaining the same. Can someone please help me on this?

spring-integration-kafka 2.0 (via spring-kafka 1.0) uses the 0.9 Kafka API.

See the compatibility matrix at the bottom of the project page.

It's not been tested with MapR.