I am thinking through using EventStore for presence detection among clients, as it conveniently establishes heartbeats already.
Is it possible to detect those changes, perhaps through a system stream?
We write an event when a service comes online, but for obvious reasons can’t write one about being offline
Thanks in advance!
- Bryan