I have a cluster with 3 servers and I am trying to create Datastax Cassandra Cluster with the following configuration. Should I leave it to Datastax default values or what are the recommended values?
failover.retryPolicy = ?
failover.reconnectionPolicyDelayMs = ?
pooling.coreConnectionsPerHost = ?
pooling.maxConnectionPerHost= ?
socket.keepAlive=?
socket.reuseAddress=?
socket.tcpNoDelay=?
socket.receiveBufferSize=?
socket.sendBufferSize=?
Thanks in advance