merlimat commented on a change in pull request #1453: Added Throttling mechanism to Pulsar Proxy URL: https://github.com/apache/incubator-pulsar/pull/1453#discussion_r177932912
########## File path: conf/proxy.conf ########## @@ -69,6 +69,13 @@ superUserRoles= # make sure authentication is enabled for this to take effect forwardAuthorizationCredentials=false +# --- Throttling ---- +# Max concurrent inbound Connections, proxy will throttle requests beyond that. Default value is 10,000 Review comment: The actual implementation is rejecting the new connection rather than throttling. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
