Skip to content

Improve network pub-sub #8

Description

@reinkrul

Applications (like the registry) can subscribe to specific document types on the network. Then the network engine will call the receiver func. when a document is received. The current implementation is very naive however;

  • It's not persistent, meaning if the server crashes halfway some documents may not be received by the subscriber
  • It's not ordered, so subscribers will receive documents out-of-order at some point
  • It's not retryable, so error'd documents will never be retried by the application.

This needs a better solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions