Skip to content

Have a way to avoid dropping messages in broadcast channels #20

@sahas-subramanian-frequenz

Description

What's needed?

When a broadcast receiver is not getting consumed from fast enough and its buffer has filled up, as new messages arrive, older messages in the receiver's buffer start to get dropped.

In some cases, we might not want messages to get discarded, and instead want the sender to wait for the receiver to drain before it can send further messages to the channel.

Proposed solution

We are discussing potential solutions in:

Metadata

Metadata

Assignees

No one assigned

    Labels

    part:channelsAffects channels implementationtype:enhancementNew feature or enhancement visitble to users

    Type

    No type

    Projects

    Status

    To do

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions