rdhabalia opened a new pull request #5742: [pulsar-broker] add support to 
configure max pending publish request per connection
URL: https://github.com/apache/pulsar/pull/5742
 
 
   ### Motivation
   Right now, broker restricts max number of pending publish messages per 
connection to protect broker going OOM when any producer is publishing messages 
with huge throughput.
   However, right now maxRequests per cnx is 1K and it's not configurable as 
sometimes user may want to configure based on number of connections are 
expected.
   
   ### Modification
   Make max number of pending publish messages per connection configurable.

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to