fitermay
05/15/2023, 4:43 AMproduce basically on the same deprecation path as actor? Should I roll my own produce if I need onUndeliveredElement on the channel?elizarov
05/15/2023, 6:58 AMonUndeliveredElement is really a niche feature, so it was not propagated to all of the high-level APIs (e.g. flows don’t support it out-of-the-box either). Btw, it is pretty straightforward to roll out your own version of produce that creates a channel with onUndeliveredElement.fitermay
05/15/2023, 9:27 AMfitermay
05/15/2023, 11:46 AM