mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 09:42:46 +01:00
listen on 0.0.0.0 for CONTROLLER
This commit is contained in:
@@ -23,7 +23,11 @@ controller.quorum.voters={{ kraft_controller_quorum_voters }}
|
|||||||
# listeners = listener_name://host_name:port
|
# listeners = listener_name://host_name:port
|
||||||
# EXAMPLE:
|
# EXAMPLE:
|
||||||
# listeners = PLAINTEXT://your.host.name:9092
|
# listeners = PLAINTEXT://your.host.name:9092
|
||||||
listeners=BROKER://{{ kafka_ip }}:9092,CONTROLLER://{{ kafka_ip }}:9093
|
|
||||||
|
# using 0.0.0.0 eliminates issues with binding to 9093
|
||||||
|
listeners=BROKER://{{ kafka_ip }}:9092,CONTROLLER://0.0.0.0:9093
|
||||||
|
#listeners=BROKER://{{ kafka_ip }}:9092,CONTROLLER://{{ kafka_ip }}:9093
|
||||||
|
|
||||||
|
|
||||||
# Name of listener used for communication between brokers.
|
# Name of listener used for communication between brokers.
|
||||||
inter.broker.listener.name=BROKER
|
inter.broker.listener.name=BROKER
|
||||||
|
|||||||
Reference in New Issue
Block a user