Greetings, I was looking for a way to limit amount of concurrent connection on per user base, but it looks like Cassandra doesn't support it.
So for the lack of it, I switched to the per IP base, which Cassandra supports. Now here is the question comes: What are the values for native_transport_max_concurrent and native_transport_max_concurrent_per_ip development team recommends not to exceed? >From what I read here: https://issues.apache.org/jira/browse/CASSANDRA-7231 it appears the limit might be 2^15 - 1. Would it be a correct assumption? Thanks, Oleg