[RELEASE] Apache Cassandra 4.0.11 released

2023-07-18 Thread Miklosovic, Stefan
The Cassandra team is pleased to announce the release of Apache Cassandra version 4.0.11. Apache Cassandra is a fully distributed database. It is the right choice when you need scalability and high availability without compromising performance. http://cassandra.apache.org/ Downloads of

Cassandra JMX without RMI?

2023-07-18 Thread Angelo Polo
Is it possible to connect to the Cassandra JMX server without using the RMI protocol? I have found for example, this open source project https://github.com/willemsrb/simple-jmx that claims to provide JMX without RMI, but it seems to need to be set up on the server side too, and of course

Re: Cassandra JMX without RMI?

2023-07-18 Thread Max Campos
We use Jolokia. It runs inside of Cassandra and then gives you an HTTP REST interface to interact with JMX. Works great for us! https://jolokia.org/ - Max > On Jul 18, 2023, at 8:11 pm, Angelo Polo wrote: > > Is it possible to connect to the Cassandra JMX server