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.