From 19078cf4142d04d3062d113275264accd25ea5bd Mon Sep 17 00:00:00 2001 From: Darren Lau Date: Tue, 20 Jun 2023 14:32:12 -0400 Subject: [PATCH] Update docs/external-listener/index.md Co-authored-by: Patrik Egyed <8093632+pregnor@users.noreply.github.com> --- docs/external-listener/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/external-listener/index.md b/docs/external-listener/index.md index 8df2426..e48637d 100644 --- a/docs/external-listener/index.md +++ b/docs/external-listener/index.md @@ -36,7 +36,7 @@ listenersConfig: name: "external1" externalStartingPort: 19090 containerPort: 9094 - # set which port clients can use to reach all the brokers of the Kafka cluster, default is 29092 + # anyCastPort sets which port clients can use to reach all the brokers of the Kafka cluster, default is 29092 # valid range: 0 < x < 65536 # this doesn't have impact if using NodePort to expose the Kafka cluster anyCastPort: 443