MINOR: Fix spelling typo in Docker Compose examples in README (#17631)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
wperlichek 2024-10-30 05:44:24 -07:00 committed by GitHub
parent c55d4f08c4
commit 49ea947095
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ Multi Node Cluster
- The inter broker listener advertised by the brokers is exposed on container's hostname. This is done so that brokers can find each other in docker network. - The inter broker listener advertised by the brokers is exposed on container's hostname. This is done so that brokers can find each other in docker network.
- PLAINTEXT_HOST is supposed to be listener accessible to the clients. - PLAINTEXT_HOST is supposed to be listener accessible to the clients.
- The port advertised for host machine is done on localhost, as this is the hostname (in this example) that client will use to connect with kafka running inside docker container. - The port advertised for host machine is done on localhost, as this is the hostname (in this example) that client will use to connect with kafka running inside docker container.
- Here we take advantage of hostname set for each broker and set the listner accordingly. - Here we take advantage of hostname set for each broker and set the listener accordingly.
- To run the example:- - To run the example:-
``` ```
# Run from root of the repo # Run from root of the repo