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/22 23:50:51 UTC

[GitHub] [pulsar] TC-oKozlov commented on issue #5284: Persistent topic is always temporarily unavailable

TC-oKozlov commented on issue #5284: Persistent topic is always temporarily unavailable
URL: https://github.com/apache/pulsar/issues/5284#issuecomment-557736342
 
 
   We are getting a similar issue from our custom client code when running a load test from 10 concurrent producer processes. In our setup we create a new producer before sending each message, send message, and close producer.  We start getting "topic temporarily unavailable" after about 8000 producers / messages were created. This is runs through Pulsar Proxy ->Broker deployed on kubernetes. It seems like  Pulsar starts having an issue when too many producers are created over a short period of time.

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