Skip to content

Implement cross-cluster event notification system #2

@Tristan-Stoltz-ERC

Description

@Tristan-Stoltz-ERC

Currently clusters communicate via CallTargetCell::OtherRole for synchronous calls. Add an async event notification system so clusters can subscribe to events from other clusters (e.g., identity changes propagating to governance voting weights).

Design should use Holochain signals and the existing bridge-common infrastructure in crates/mycelix-bridge-common/.

Requirements

  • Event subscription/unsubscription API
  • Event types for each cluster (identity changed, proposal created, vote cast, etc.)
  • Delivery guarantees (at-least-once)
  • Back-pressure handling for high-frequency events

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions