Skip to content

[feature]: add a new SubscribeAllSendEvents RPC call that enables backlog delivery + on going subscription #1590

Open
@Roasbeef

Description

@Roasbeef

Is your feature request related to a problem? Please describe.

Today we have a SubscribeSendEvents RPC call. It gives notifications for on going send events, but only those that are actively underway in the porter. So in the event of an offline client, or restart, a client needs to do a series of other queries to be able to receive consistent notifications.

Describe the solution you'd like

We should make a new call, SubscribeAllSendEvents that provides reliable notifications for all past and on going sends. It should accept either a ID, or timestamp, deliver the backlog based on that, then listen for new incoming notifications.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions