mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 17:52:46 +01:00
Autogenerate kafka topics when a message it sent to non-existing topic
Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
@@ -28,6 +28,7 @@ controller.quorum.voters={{ kraft_controller_quorum_voters }}
|
||||
listeners=BROKER://0.0.0.0:9092,CONTROLLER://0.0.0.0:9093
|
||||
#listeners=BROKER://{{ kafka_ip }}:9092,CONTROLLER://{{ kafka_ip }}:9093
|
||||
|
||||
auto.create.topics.enable=true
|
||||
|
||||
# Name of listener used for communication between brokers.
|
||||
inter.broker.listener.name=BROKER
|
||||
|
||||
Reference in New Issue
Block a user