scylladb / cpp-rust-driver

API-compatible rewrite of https://github.com/scylladb/cpp-driver as a wrapper for Rust driver.
GNU Lesser General Public License v2.1
13 stars 11 forks source link

Add fetching tracing ID associated with a request #86

Closed Gor027 closed 1 year ago

Gor027 commented 1 year ago

Added implementation for cass_future_tracing_id

Enabled TracingTests in GitHub actions for ScyllaDB and Cassandra

Pre-review checklist

Lorak-mmk commented 1 year ago

@Gor027 This PR implemented cass_future_tracing_id, but it didn't remove it from limitations table in README. Please fix this

Gor027 commented 1 year ago

@Gor027 This PR implemented cass_future_tracing_id, but it didn't remove it from limitations table in README. Please fix this

Sure. I will send the update in a new PR.