scylladb / python-driver

ScyllaDB Python Driver, originally DataStax Python Driver for Apache Cassandra
https://python-driver.docs.scylladb.com
Apache License 2.0
70 stars 42 forks source link

Update driver to populate tablet metadata for request routing #281

Closed bhalevy closed 8 months ago

bhalevy commented 8 months ago

Derived from Tablets implementation plan

@tgrabiec please fill-in the details of this task

tgrabiec commented 8 months ago

@sylwiaszunejko is already working on it. The task is to utilize routing information returned in custom_payload as documented in this PR: https://github.com/scylladb/scylladb/pull/16148

bhalevy commented 8 months ago

https://github.com/scylladb/scylladb/pull/16148 is done

sylwiaszunejko commented 8 months ago

Shouldn't this issue be fixed by this PR: https://github.com/scylladb/python-driver/pull/249? Which is still in progress?

bhalevy commented 8 months ago

Reopened. Can you please annotate #249 as fixing this issue so automation will tie the ends when it's merged?