scylladb / gocql

Package gocql implements a fast and robust ScyllaDB client for the Go programming language.
https://docs.scylladb.com/stable/using-scylla/drivers/cql-drivers/scylla-go-driver.html
BSD 3-Clause "New" or "Revised" License
189 stars 59 forks source link

Honor the idempotent flag for retries #346

Closed sylwiaszunejko closed 3 days ago

sylwiaszunejko commented 4 days ago

Fixes: #331

sylwiaszunejko commented 3 days ago

This PR is not correct, and we will need some refactor to actually solve idempotent queries retries, more on that in the issue #331