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 2018/02/14 00:34:48 UTC

[GitHub] hrsakai opened a new pull request #1234: Make max clients per topic/subscription configurable

hrsakai opened a new pull request #1234: Make max clients per topic/subscription configurable
URL: https://github.com/apache/incubator-pulsar/pull/1234
 
 
   ### Motivation
   Currently, max clients is not limited by broker.
   Therefore, if client implementation is incorrect, clients may grow infinitely.
   
   ### Modifications
   * Add max producers per topic settings to `ServerConfiguration`
   * Add max consumers per topic/subscription settings to `ServerConfiguration`
   
   ### Result
   We can set max number of clients and prevent clients from growing infinitely.
   
   Next, we plan to enable namespaces to have custom values by using `REST API` interface.

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


With regards,
Apache Git Services