You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/06/01 10:40:36 UTC

[GitHub] [pulsar] Anonymitaet commented on a change in pull request #10754: Support max-connection and max-connection-per-IP

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:
users@infra.apache.org