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 2019/11/25 22:33:34 UTC

[GitHub] [pulsar] rdhabalia opened a new pull request #5742: [pulsar-broker] add support to configure max pending publish request per connection

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


With regards,
Apache Git Services