apache / cassandra-gocql-driver

GoCQL Driver for Apache Cassandra®
https://cassandra.apache.org/
Apache License 2.0
2.58k stars 621 forks source link

issue-1803, fix gocql-RetryPolicy-still-dont-use-query-idempotence #1809

Open OleksiienkoMykyta opened 1 month ago

OleksiienkoMykyta commented 1 month ago

Closes #1803 RetryPolicy doesn't check the query's idempotency, but according to the specification queries with false idempotence shouldn't be retried.