2.4-2.5: Cassandra Throttling Properties
Spring Boot no longer provides default values for spring.data.cassandra.request.throttler properties. If you rely on max-queue-size, max-concurrent-requests, max-requests-per-second or drain-interval you should set values that make sense for your application.
Condition
- dependency to
org.springframework.data:spring-data-cassandraexists
Description
Spring Boot no longer provides default values for
spring.data.cassandra.request.throttlerproperties. If you rely onmax-queue-size,max-concurrent-requests,max-requests-per-secondordrain-intervalyou should set values that make sense for your application.
The "values that make sense for your application" will be hard to automate, as the defaults were likely not dropped without a reason, and setting the former defaults then seems like an anti pattern. Would you still want to keep this on the backlog @fabapp2 ?