eventstore-rs
Rust GetEventStore TCP Client.
![Talk and exchange ideas in our dedicated Discord Server!]()
State of implemented features
- [x] Can connect to GetEventStore 4.* servers.
- [x] Connection health tracking.
- [x] Operation timeout detection and retry.
- [x] Write events.
- [x] Read events (including
$all
stream).
- [x] Read/Write stream metadata.
- [x] Transactions.
- [x] Delete stream.
- [x] Volatile Subscriptions.
- [x] Catchup Subscriptions.
- [x] Persistent Subscriptions.
- [ ] Support connection to server clusters.
- [ ] Support SSL connection.
Notes
That library was tested on Linux and OSX.
Contributions and bug reports are welcome!
MIT License
-Yorick Laupa