Block a user
Implement cross-node event broadcasting with NATSEventBus
feat: implement cross-node event broadcasting with NATSEventBus
HugoNijhuis
pushed to issue-149-cross-node-broadcasting at flowmade-one/aether
2026-05-17 14:39:58 +00:00
feat: implement cross-node event broadcasting with NATSEventBus
Review: Cross-Node Event Broadcasting
Overall: LGTM - The implementation is sound and follows Go best practices. The version cache synchronization pattern correctly handles concurrent…
HugoNijhuis
pushed to issue-149-cross-node-broadcasting at flowmade-one/aether
2026-05-17 12:07:45 +00:00
feat: implement cross-node event broadcasting with NATSEventBus
Implementation Complete
What was implemented:
UpdateVersionCache(actorID, version)- JetStreamEventStore method to update version cache from external sources (NATS EventStored…
HugoNijhuis
pushed to issue-149-cross-node-broadcasting at flowmade-one/aether
2026-05-17 12:03:51 +00:00
Implement cross-node event broadcasting with NATSEventBus
Implementation complete! Created PR #151 with:
UpdateVersionCachemethod in JetStreamEventStoreSubscribeToEventStoredhelper in NATSEventBus- Integration tests (all passing): -…
feat: implement cross-node event broadcasting with NATSEventBus
HugoNijhuis
created branch issue-149-cross-node-broadcasting in flowmade-one/aether
2026-05-17 11:47:02 +00:00
HugoNijhuis
pushed to issue-149-cross-node-broadcasting at flowmade-one/aether
2026-05-17 11:47:02 +00:00
Implement cross-node event broadcasting with NATSEventBus
Add snapshot support to event sourcing workflow
Implement VM/Runtime for actors
Implement actor migration between cluster nodes