Anonymitaet commented on a change in pull request #10754:
URL: https://github.com/apache/pulsar/pull/10754#discussion_r642986499
##########
File path: conf/broker.conf
##########
@@ -257,6 +257,12 @@ maxNamespacesPerTenant=0
# Using a value of 0, is disabling maxTopicsPerNamespace-limit check.
maxTopicsPerNamespace=0
+# The maximum number of connections in Broker, if it exceeds, new connections
will be rejected.
Review comment:
```suggestion
# The maximum number of connections in the broker. If it exceeds, new
connections are rejected.
```
##########
File path: conf/broker.conf
##########
@@ -257,6 +257,12 @@ maxNamespacesPerTenant=0
# Using a value of 0, is disabling maxTopicsPerNamespace-limit check.
maxTopicsPerNamespace=0
+# The maximum number of connections in Broker, if it exceeds, new connections
will be rejected.
+brokerMaxConnections=0
+
+# The maximum number of connections per IP, if it exceeds, new connections
will be rejected.
Review comment:
```suggestion
# The maximum number of connections per IP. If it exceeds, new connections
are rejected.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]