Alpha (DO NOT USE IN PRODUCTION)
MIT. See LICENSE.
- Docker (docker-compose for test)
The following operations work but their API will definitely change:
- Append to stream
- Read stream events forward
- Subscribe to stream
- Unsubscribe from stream
In repository root path
docker-compose up -d
ruby -Ilib test.rb
- Client heartbeat
- Operations retry and error handling
- Intermediate DTO
- Async / Sync
- Operations
- Delete stream
- Start transaction
- Continue transaction
- Read one event
- Read stream events backward
- Read all events forward
- Read all events backward
- Subscribe to stream from
- Subscribe to all
- Connect to persistent subscription
- Subscribe to all from
- Update persistent subscription
- Create persistent subscription
- Delete persistent subscription
- Set stream metadata
- Get stream metadata
- Set system settings
- Connection status callback
- Tests
- Script to generate protobuf message
- Require version 3+
- Converted ClientMessageDtos.proto from proto2 to proto3 by removing
- optional
- required
- default