coderzc opened a new pull request, #17821:
URL: https://github.com/apache/pulsar/pull/17821

   ### Motivation
   
   > The maximum number of rejected requests of a broker in a certain time 
frame (30 seconds) after the current connection is closed and the client 
creates a new connection to connect to a different broker.
   
   The time frame should be in the 60s instead of the 30s, see:
   
   
https://github.com/apache/pulsar/blob/7913fe5614fed853f91199f658fe2584f10e38b9/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ClientCnx.java#L157
   
   
https://github.com/apache/pulsar/blob/7913fe5614fed853f91199f658fe2584f10e38b9/pulsar-client/src/main/java/org/apache/pulsar/client/impl/ClientCnx.java#L1134-L1145
   
   ### Modifications
   
   30 seconds -> 60seconds
   
   ### Documentation
   
   - [x] `doc` 
   (Your PR contains doc changes)
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to