merlimat commented on issue #1210: Cancel keep-alive timer task after the proxy 
switch to TCP proxy
URL: https://github.com/apache/incubator-pulsar/pull/1210#issuecomment-364562235
 
 
   > but right now, shouldn't proxy also handle client's keep-alive request on 
PulsarHandler.handlePing() which should keep connection alive between client to 
proxy and same way proxy to broker?
   
   The proxy just passes along bytes at that point. The ping from client is 
just passed on to broker, which is the one that will respond. If there is a 
network partition either between client/proxy or proxy/broker, it will be 
identfied.

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