He-Pin commented on PR #1823:
URL: https://github.com/apache/pekko/pull/1823#issuecomment-2918050369

   @mdedetrich The other queue operator can support adding the overflow 
strategy, but there are some problems associated with that operator, where the 
messages can be buffered in the queue and not actually backpressure, and then 
cause an OOM issue. 
   The current implementation use the one @jrudolph added, which doesn't has 
this problem, but the cause is we can't have the `overflowstrategy` as a 
parameter.


-- 
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: notifications-unsubscr...@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to