cassandra-rs
cassandra-rs copied to clipboard
fix execute async API
closes https://github.com/Metaswitch/cassandra-rs/issues/163
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.