Commit Graph
3 Commits
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
HugoNijhuis e3dbe3d52d [Issue #22] Add EventBroadcaster metrics (#49)
CI / build (push) Successful in 19s
2026-01-10 18:52:32 +00:00
HugoNijhuisandClaude e9e50c021f Initial aether repository structure
CI / build (push) Successful in 1m13s
Distributed actor system with event sourcing for Go:
- event.go - Event, ActorSnapshot, EventStore interface
- eventbus.go - EventBus, EventBroadcaster for pub/sub
- nats_eventbus.go - NATS-backed cross-node event broadcasting
- store/ - InMemoryEventStore (testing), JetStreamEventStore (production)
- cluster/ - Node discovery, leader election, shard distribution
- model/ - EventStorming model types

Extracted from arcadia as open-source infrastructure component.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-08 19:30:02 +01:00