kafka-audit-producer/broker-listener¶
The hostname or IP address of the Kafka broker
Specifies the hostname or IP address where the Kafka broker is running.
This parameter configures the host component of the Kafka broker address. The Kafka producer will connect to this address on the specified port.
Examples: - localhost (for development/testing) - 10.0.0.5 (IP address) - kafka.example.com (FQDN)
For clusters, multiple broker addresses can be provided as a comma-separated list.