Hugo Nijhuis HugoNijhuis
  • Joined on 2025-12-29
HugoNijhuis closed issue flowmade-one/aether#149 2026-05-17 15:30:02 +00:00
Implement cross-node event broadcasting with NATSEventBus
HugoNijhuis pushed to main at flowmade-one/aether 2026-05-17 15:29:54 +00:00
b481dae0b6 feat: implement cross-node event broadcasting with NATSEventBus (#151)
HugoNijhuis merged pull request flowmade-one/aether#151 2026-05-17 15:29:53 +00:00
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
5fb68fed4a feat: add integration tests and examples for cross-node event broadcasting
f46348ab07 feat: implement cross-node event broadcasting with NATSEventBus
Compare 2 commits »
HugoNijhuis commented on pull request flowmade-one/aether#151 2026-05-17 12:15:38 +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
5c01911e3c feat: implement cross-node event broadcasting with NATSEventBus
HugoNijhuis commented on pull request flowmade-one/aether#151 2026-05-17 12:04:00 +00:00
feat: implement cross-node event broadcasting with NATSEventBus

Implementation Complete

What was implemented:

  1. 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
1c2c85e061 feat: implement cross-node event broadcasting with NATSEventBus
HugoNijhuis commented on issue flowmade-one/aether#149 2026-05-17 12:01:54 +00:00
Implement cross-node event broadcasting with NATSEventBus

Implementation complete! Created PR #151 with:

  • UpdateVersionCache method in JetStreamEventStore
  • SubscribeToEventStored helper in NATSEventBus
  • Integration tests (all passing): -…
HugoNijhuis created pull request flowmade-one/aether#151 2026-05-17 12:01:47 +00:00
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
HugoNijhuis pushed to main at flowmade-one/architecture 2026-05-17 10:22:29 +00:00
3fb88b1edc fixed git-worktree-create branch creation
HugoNijhuis pushed to main at flowmade-one/architecture 2026-05-15 11:29:32 +00:00
c3f8f9c611 Update git-worktree-create to use worktrees directory at sibling level
5b4ab46471 Update git-worktree-create to create at sibling level
75daf31e1b Add git-worktree-create tool for creating git worktrees
Compare 3 commits »
HugoNijhuis pushed to main at flowmade-one/architecture 2026-05-15 11:13:16 +00:00
28d7622956 Add tea-comment tool for adding comments to issues
e692018422 Add tea-issue-get tool for retrieving issues with comments
Compare 2 commits »
HugoNijhuis commented on issue flowmade-one/architecture#108 2026-05-15 09:39:16 +00:00
test

test comment

HugoNijhuis opened issue flowmade-one/aether#149 2026-05-15 09:36:14 +00:00
Implement cross-node event broadcasting with NATSEventBus
HugoNijhuis opened issue flowmade-one/aether#148 2026-05-15 09:36:04 +00:00
Add snapshot support to event sourcing workflow
HugoNijhuis opened issue flowmade-one/aether#147 2026-05-15 09:35:42 +00:00
Implement VM/Runtime for actors
HugoNijhuis opened issue flowmade-one/aether#146 2026-05-15 09:35:25 +00:00
Implement actor migration between cluster nodes