On the cassandra.apache website we talk about a way to improve back pressure. (https://cassandra.apache.org/blog/Improving-Apache-Cassandras-Front-Door-and-Backpressure.html)
It is related to CASSANDRA-15013. There they talk about a setting THROW_ON_OVERLOADED which should be set to true, in order for the node to throw OverloadedException.
How/Where can we set the THROW_ON_OVERLOADED property with the DataStax java-driver?