Expand description
Feed module for consensus event tracking and RPC.
Architecture:
MailboximplementsReporterand sends Activity to the actorActorprocesses Activity and updates sharedFeedStateHandleFeedStateHandleimplementsConsensusFeedfor RPC access
This design ensures RPC traffic cannot block consensus activity processing.
Modulesยง
- actor ๐
- Feed actor implementation.
- ingress ๐
- Mailbox for sending consensus activity to the feed actor.
- state ๐
- Shared state for the feed module.
Structsยง
- Feed
State Handle - Handle to shared feed state.
Functionsยง
- init ๐
- Initialize the feed actor and mailbox.