Created 07-12-2017 12:51 PM
Hi
I have to consume Messages from a thirth party Kafka.
For the security they are using the security protocol `SASL_PLAINTEXT` with the sasl mechanism `PLAIN`.
With a native Java-Application I am able to consume messages by setting following configurations:
Whenever I try to set the security protocol in the ConsumeKafka-Processor, I have to define a Kerberos Service Name.
So, is it possible to consume messages from such a system with Nifi?
If it's not possible, can you recommend me another solution?
Thanks
Created 07-12-2017 01:51 PM
You can will need to create a jaas file that Nifi will use to facilitate the "plain" connection.
http://bryanbende.com/development/2016/09/15/apache-nifi-and-apache-kafka
You may find the following information useful as well:
Thanks,
Matt
Created 10-29-2020 11:27 PM
Hi,
Im also facing same issue. can you please help how do resolve this issue