I'm trying to connect my java spring boot application to cassandra astra db with the cql proxy running with docker-compose. I got this error :
com.datastax.oss.driver.api.core.servererrors.InvalidQueryException: Provided value LOCAL_ONE is not allowed for Write Consistency Level (disallowed values are: [ANY, ONE, LOCAL_ONE])
How to resolve this error please