You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example below to add security group rules is based on the assumption that the Redpanda broker count is three. If you are not using three brokers, modify the example:
264
264
265
-
* Replace `32094` with `32092 + <broker_count-1>`.
266
-
* Replace `35084` with `35082 + <broker_count-1>`.
# Adjust the port 32094 if the Redpanda broker count is not 3.
292
+
# Redpanda Kafka broker port ranges
293
+
# There are three broker port ranges that alternate during normal system maintenance, and all three must be open. Adjust the end port number if the Redpanda broker count is not three.
# There are three port ranges that alternate during normal system maintenance, and all three must be open. Adjust the end port number if the Redpanda broker count is not three.
0 commit comments