Switch to ExecutionProfiles in Cassandra Driver #450
Labels
Backend 🏭
Stuff related to Backend part.
Enhancement 🌪
Things that improve our project.
P2
Things with #2 Priority
Current Behavior
Currently, Backend uses legacy and deprecated methods to handle Load Balancing and Timeouts. New version introduces Execution Profiles which should now be used.
Expected Behavior
Use new API for Cassandra Cluster definition.
Additional comment
Sadly, the newest version of Cassandra Driver has a bug that it logs a lot of deprecation warnings but new API does not work properly:
https://datastax-oss.atlassian.net/browse/PYTHON-1009
Please monitor and resolve this Issue only if above bug will be fixed and new version of Cassandra Driver will be released!
New code that may handle new API:
The text was updated successfully, but these errors were encountered: