diff --git a/kafka/server.properties b/kafka/server.properties index ebef441..413e201 100644 --- a/kafka/server.properties +++ b/kafka/server.properties @@ -28,7 +28,7 @@ # listeners = listener_name://host_name:port # EXAMPLE: # listeners = PLAINTEXT://your.host.name:9092 -listeners=PLAINTEXT://:9092 +listeners=PLAINTEXT://kafka:9092 # Hostname and port the broker will advertise to producers and consumers. If not set, # it uses the value for "listeners" if configured. Otherwise, it will use the value