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

The way we design our application has evolved from monolithic to microservices.

Source: http://martinfowler.com/articles/microservices/images/decentralised-data.jpg

With microservices, we have landed into the next phase of evolution phase of system architecture and web design. IT space is growi...

Continue reading... Emerging Trend Of Java EE Microservices