wolfstudy commented on PR #25580:
URL: https://github.com/apache/pulsar/pull/25580#issuecomment-4326541313

   > Sidenote: there's been a proposal to add keepalive to Pulsar components, 
but that was rejected in #14841. For broker connections, we rely on Pulsar's 
application level keep-alive Ping/Pong commands. The gap in Ping/Pong was 
addressed in #15382.
   
   
   Thanks @lhotari reply, the two PRs mentioned here address a different issue 
than the one this current PR aims to resolve.
   The primary objective of the current PR is to resolve connection 
interruptions that occur in physical machine deployment environments. These 
interruptions stem from the fact that Bookkeeper and Broker instances are 
deployed on separate physical nodes, and—due to intervening firewall 
restrictions—rely on the operating system's default keep-alive settings, which 
have an excessively long timeout duration.
   
   
   


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