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


With regards,
Apache Git Services

Reply via email to