kafka-audit-producer/broker-listener-port¶
The hostname or IP address of the Kafka broker
Specifies the port number where the Kafka broker accepts connections.
This parameter configures the port component of the Kafka broker address. The default port for Kafka is typically 9092 for plaintext connections and 9093 for SSL connections.
Example: - 9092 (default plaintext) - 9093 (default SSL)
This setting should match the listener configuration in your Kafka broker setup.