-
Notifications
You must be signed in to change notification settings - Fork 41.7k
Closed
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid
Description
In my Spring Boot 2.3.0.RELEASE, I use spring-data-cassandra 3.0.0.RELEASE.
I can't configure the init-query-timeout trough :
spring.data.cassandra.connection.init-query-timeout=2000ms
The only way it works is to set directly :
datastax-java-driver.advanced.connection.init-query-timeout=2 seconds
This is not compliant with the documentation :
https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-application-properties.html
Metadata
Metadata
Assignees
Labels
status: invalidAn issue that we don't feel is validAn issue that we don't feel is valid