The ScyllaDB team is pleased to announce scylla-cdc-rust v0.6.0, a library that makes it easy to develop Rust applications that consume data from a Scylla Change Data Capture Log.
In this version:
- Improved warning messages in
stream_generation.rs(#142). - Changed the initial retry interval upon transient request failure in fetching CDC rows: from 10ms to 100ms; the interval remains exponentially increased as part of the exponential backoff logic. ( General fixes by adespawn · Pull Request #145 · scylladb/scylla-cdc-rust · GitHub in #145).
- Made transient request error handling more robust (#144).
- Improved handling of time-related issues (misconfiguration, time drifts, etc.) (#151).
- Improved code quality and readability (#148, #145, #146).