Konstantin, this is a bit of a guess, but this might work with a NiFi that was
built against MapR’s kafka-clients. So you’d need to change the kafka9.version
property when building NiFi. For example:
mvn clean install -DskipTests -Pmapr -Dhadoop.version=2.7.0-mapr-1703
-Dkafka9.version=0.9.0.0-mapr-1703
The versions need to be whatever version of the MapR client libs you have
installed. I haven’t tested this though so admittedly it’s a shot in the dark.
-joey
> On Jun 29, 2017, at 8:35 AM, KonstantinB <[email protected]> wrote:
>
> Hi guys,
>
> is there a way NiFi to consume MapR Streams? I try ConsumeKafka, which are
> using the 0.9 client - MapR Streams are compatible with Kafka 0.9, but it
> seems not working. Probably because MapR streams not used Zookeeper for
> stream detections, but а CLDB.
> Any help will be appreciated. Thanks.
>
>
>
> --
> View this message in context:
> http://apache-nifi-developer-list.39713.n7.nabble.com/NiFi-and-MapR-streams-tp16306.html
> Sent from the Apache NiFi Developer List mailing list archive at Nabble.com.