Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Nifi Not Working Properly

avatar
Expert Contributor

I am using Nifi for getting live tweets.

Nifi version is 0.7.1

kafka version is 0.9.0.2.3.

Kafka is running properly.

I have given proper endpoints of kafka to nifi.

When I start the nifi gettwitter its getting collecting bunch of tweets and they are queued.

But In putKafka, tweets are not going as they queued after gettinig the tweets.

after 6o or 80 tweets it is not able to get the tweets which are queued.

10368-screenshot-from-2016-12-16-12-28-15.png

I have tried in all the single node clusters(6 ) that are available to me and also in multinode cluster(7 nodes).

And I am getting the same issue in all the clusters

Please help me.

Mohan.V

1 ACCEPTED SOLUTION

avatar

Hello @Mohan V

PutKafka is designed to work with Kafka version 0.8 series. If you're using Kafka 0.9, please use PublishKafka processor instead.

Thanks,

Koji

View solution in original post

1 REPLY 1

avatar

Hello @Mohan V

PutKafka is designed to work with Kafka version 0.8 series. If you're using Kafka 0.9, please use PublishKafka processor instead.

Thanks,

Koji