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:
reyesj2
2024-04-04 16:45:58 -04:00
parent 6202090836
commit 735cfb4c29

View File

@@ -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