maprsteam with spring integration java client

2019-08-21 11:35发布

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?

1条回答
虎瘦雄心在
2楼-- · 2019-08-21 12:18

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.

查看更多
登录 后发表回答