In Cassandra 3.11v, we set read-timeout-millis properties like below.
spring:
data:
cassandra:
read-timeout-millis: 2000ms
But how can we set read-timeout properties in the latest Cassandra DataStax 4.x(4.13)?
As per the properties reference given by Cassandra DataStax, we don't find read-timeout https://docs.datastax.com/en/developer/java-driver/4.13/manual/core/configuration/reference/
How can we set read-timeout properties in the latest Cassandra DataStax 4.x?