Hey, I notice that when I migrate to Pekko (form latest "free" Akka), I start getting occasional org.apache.pekko.stream.SubscriptionWithCancelException$NoMoreElementsNeeded$ (No error message supplied) from web clients.
I've increased stream-cancellation-delay to 1s but still it fails sometimes. It does really look like something changed from Akka to Pekko.
I don't really have any code to reproduce as it's not consistent, maybe once in couple of days. But reverting back to Akka does fix it.
Hey, I notice that when I migrate to Pekko (form latest "free" Akka), I start getting occasional
org.apache.pekko.stream.SubscriptionWithCancelException$NoMoreElementsNeeded$ (No error message supplied)from web clients.I've increased
stream-cancellation-delayto1sbut still it fails sometimes. It does really look like something changed from Akka to Pekko.I don't really have any code to reproduce as it's not consistent, maybe once in couple of days. But reverting back to Akka does fix it.