Integrate Storm and MapR Streams

Integrate Storm and MapR Streams when you want Storm to be a consumer, processor, or producer of messages in MapR Streams.

As of Storm 0.10.0 -1602, you can integrate Storm and MapR Streams. Storm uses the Apache Kafka 0.9 API to integrate with MapR Streams. You can use a Kakfa spout to consume streaming messages, and you can use a Kafka bolt to process the streaming messages and write messages to a MapR stream.

To integrate Storm with MapR Streams, you need to configure the Storm topology to work with MapR Streams and then submit the topology.