cassandra-rs icon indicating copy to clipboard operation
cassandra-rs copied to clipboard

fix execute async API

Open rukai opened this issue 2 years ago • 1 comments

closes https://github.com/Metaswitch/cassandra-rs/issues/163

rukai avatar Apr 17 '23 22:04 rukai

Thanks, this looks great! Unfortunately for my application it's exposed the lack of #164 . We were inadvertently still using the old API, and hadn't noticed that we do execute the same statement multiple times and it's impractical to recreate the statement (in some circumstances we have our own retry logic).

I'm going to hold off merging until #164 is fixed. I have a proposal there for how we might fix that - comments welcome.

kw217 avatar Apr 18 '23 08:04 kw217