Author SHA1 Message Date
renovate-bot d6cd7f3c63 chore(deps): Update actions/setup-go action to v7
CI / build (pull_request) Successful in 59s
2026-07-16 03:00:29 +00:00
b481dae0b6 feat: implement cross-node event broadcasting with NATSEventBus (#151)
CI / build (push) Successful in 22s
This PR implements cross-node event broadcasting for aether.

Changes:
- UpdateVersionCache method in JetStreamEventStore
- SubscribeToEventStored helper in NATSEventBus
- Integration tests for cross-node scenarios
- Example code demonstrating NATSEventBus + JetStreamEventStore

Tests: All integration tests passing.
Co-authored-by: Claude Code <noreply@anthropic.com>
Co-authored-by: Hugo Nijhuis <hugo.nijhuis@flowmade.one>
Reviewed-on: #151
2026-05-17 15:29:52 +00:00
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- uses: actions/setup-go@v7.0.0
with:
go-version: '1.23'
- name: Build