cdrs
cdrs copied to clipboard
Send prepared statements to all nodes
@AlexPikalov in this PR I've tried to make CDRS able to send the prepared statements to all pooled connections. I'm not well versed in rust, so you might probably find a better way to circumvent the problem of the prepared statement actually being sent to a single node.
Let me know your thoughts.