End to end tests for KafkaListener
This post shows how the KafkaListener belonging to the spring-kafka library can be tested in an end-to-end fashion for both json and avro…
Timing spring-data-cassandra repository methods
This post showcases how to make use of Spring AOP / AspectJ for timing the duration of both synchronous and asynchrnous methods belonging to…
Cassandra schema migrations on application startup
This post shows how to setup a spring boot project in order to have the Cassandra CQL schema migrations securely performed on application…