The Apache Kafka Authentication Connector allows you to read from an Apache Kafka Topic as a consumer or post to a topic as a producer.
Apache Kafka Authentication Connection Fields
- Name: Unique name for the connection
- Bootstrap Servers: Comma Delimited list of servers (in host:port format) to consume from/publish to. Required.
- Topic Name: Topic name to publish to or read from. Required.
- SASL Protocol: The security.protocol config option to set. Will not do anything if SASL Mechanism and SASL JAAS Config Fields are empty. Optional.
- SASL Mechanism: The sasl.mechanism config option to set. Will not do anything if Security Protocol and SASL JAAS Config Fields are empty. Optional.
- SASL JAAS Config: The sasl.jaas.config config option to set. Will not do anything if Security Protocol and SASL Mechanism Fields are empty. Optional.