Author SHA1 Message Date
renovate-bot bcf4df714c chore(deps): Update module github.com/prometheus/client_golang to v1.24.1
renovate/artifacts Artifact file update failure
CI / build (pull_request) Failing after 31s
2026-07-30 09:01:51 +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
@@ -5,7 +5,7 @@ go 1.23.0
require (
github.com/google/uuid v1.6.0
github.com/nats-io/nats.go v1.37.0
github.com/prometheus/client_golang v1.23.2
github.com/prometheus/client_golang v1.24.1
)
require (