Created 11-26-2023 08:50 PM
I deployed NiFi and Kafka cluster of cdp public cloud on the azure.
And I am trying to publish data to kafka(kafka-poc) user nifi(datahub-poc).
I am facing "Topic XXX not present in metadata after 0000ms" when I set 'Use transaction=false'
And I am facing "Timeout expired after 0000milliseconds while awaiting InitProducerId" after "Invaid transition attempted from state INITIALIZING to state ABORTING_TRANSACTION" error when i set 'Use transaction=true'
Anything should I try to solve this problems?
Created 11-28-2023 05:55 AM
@Hae I am not exactly sure of your settings or the issue with transactions, but I can share what is working for me. In my CDP Public Cloud nifi flows i use some required settings to PublishKafka.
Created 11-28-2023 05:55 AM
@Hae I am not exactly sure of your settings or the issue with transactions, but I can share what is working for me. In my CDP Public Cloud nifi flows i use some required settings to PublishKafka.
Created 11-29-2023 12:19 AM
It works.
However processor was spit "record has failed the validation on broker and hence will be rejected" with fail when if "complete,delete" set clean up policy on SMM.
It works after change cleanup policy to "delete"
Thanks