Created on 05-15-2018 02:43 AM - edited 08-18-2019 12:26 AM
I'm doing the following tutorial
, and at the moment of configuring Nifi to transmit tweets to Kafka. I get the following errror in the execution of the data flow:
If anyone can help me thank you very much
Created 05-15-2018 02:38 PM
It looks like a version compatibility issue. Delete that property from the processor. Does that cause another issue?
What version of NiFi are you using?
Created 05-15-2018 01:18 PM
Will you provide a snapshot of the processor configuration? What version of HDF are you using?
Created on 05-15-2018 02:20 PM - edited 08-18-2019 12:26 AM
Hi, @Wynner
I am using the version HDP-2.5.0.0-1245.
The processor configuration: the problem is in the configuration of this parameter ack.wait.time
Created 05-15-2018 02:38 PM
It looks like a version compatibility issue. Delete that property from the processor. Does that cause another issue?
What version of NiFi are you using?
Created 05-15-2018 04:41 PM
The property Topic Name must match what you used in the PublishKafka processor, in this case "tweets". So, change the Topic Name(s) to tweets in the ConsumeKafka processor.
FYI, when responding to a comment or an answer posted, it is best to post the response in the same answer or comment.
Created 05-15-2018 04:54 PM
Created 05-15-2018 05:06 PM
That is great to hear. Would you do me a favor and accept my answer?
Created on 05-15-2018 03:16 PM - edited 08-18-2019 12:26 AM
If I delete that property from the processor, I have no problem in the PublishKafka but in the processors ConsumeKafka and PutSolrContentStream I do not receive the messages.
The version I use of NIFI: 1.0.0-DEMO
Created 05-15-2018 03:32 PM
Would you post a snapshot of the ConsumeKafka processor?
Created on 05-15-2018 04:10 PM - edited 08-18-2019 12:26 AM