GitHub user He-Pin edited a discussion: Make BroadcastHub only start pull when atleast one Consumer attached to it?
Refs: https://github.com/akka/akka/issues/28327 I just made a PR in akka/akka, which added a `startAfterNrOfConsumers` to `BroadcastHub`. And surely I will send the PR to pekko too. I think we should make the current `BroadcastHub.sink[T]` with `BroadcastHub.sink[T] = BroadcastHub.sink(startAfterNrOfConsumers = 1, defaultBufferSize)` in pekko by default, which is `0` now. GitHub link: https://github.com/apache/incubator-pekko/discussions/255 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
