CodeGravity

When you setup a remote cassandra cluster, and you want to communicate with it from your spring boot application, you have to make sure that all data which are transferred between your application and cluster are encrypted.

It took me a while to figure out how to do that.

First, you need to gene...

Continue reading... Connecting to Cassandra from Spring Boot application using SSL / TLS