Skip to content

Commit c772600

Browse files
authored
fix(config): update example config "listeners" for brokers (#2074)
Signed-off-by: Ning Yu <[email protected]>
1 parent f1126be commit c772600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/kraft/broker.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ controller.quorum.voters=1@localhost:9093
3737
# listeners = listener_name://host_name:port
3838
# EXAMPLE:
3939
# listeners = PLAINTEXT://your.host.name:9092
40-
listeners=PLAINTEXT://localhost:9092
40+
listeners=PLAINTEXT://:9092
4141

4242
# Name of listener used for communication between brokers.
4343
inter.broker.listener.name=PLAINTEXT

0 commit comments

Comments
 (0)