Spring retry metrics
This demo showcases how to add metrics on the spring-retry functionality with the micrometer library. The project spring-retry offers both…
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…