lhotari commented on PR #22541:
URL: https://github.com/apache/pulsar/pull/22541#issuecomment-2071881698

   Another challenge is to cancel work that is queued in the system, but not 
waited by any clients. 
   Newer Jersey clients have support for this. I noticed commit 
https://github.com/eclipse-ee4j/jersey/commit/96028068b6379ad923cf26ab018f372f3ea040f6
 in Jersey. 
   When the system is overloaded, request processing might be very slow so that 
clients get timeouts and retry requests. 
   This will add more work to the system unless there's a solution that cancels 
the timed out tasks. That's why addressing this is also important part of the 
solution.


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to