Skip to content

Add support for reconnection policies

DataStax driver exposes constant and exponential reconnection policies and allows for implementation of custom ones (custom implementation of ReconnectionPolicy). For now the Rust driver does not support this feature. After this is implemented in the Rust driver, the reconnection policies should also be added in this driver.