- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Nifi Not Working Properly
- Labels:
-
Apache NiFi
Created on 12-16-2016 07:01 AM - edited 08-18-2019 05:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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
Created 12-16-2016 07:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created 12-16-2016 07:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
