I am trying to use Apache Nifi docker image "apache/nifi" to connect to Kafka in IBM Event Streams platform. I am trying to use "SASL_SSL" as the security protocol.
My questions are:
- What is the "Kerberos Service Name" to be used? If some configuration required how and where to setup?
- What is the "SSL Context Service" and how do I create one?
- I tried adding additional properties like "sasl.mechanism=PLAIN"and "sasl.jaas.config" as org.apache.kafka.common.security.plain.PlainLoginModule required username="XxxxXXxxx password="XxxXxxxXXxxxxx";