find in path

find in path

  • Home
  • Tags
  • Feed
  • End to end tests for KafkaListener

    2019-11-18 spring-kafka end-to-end-testing testcontainers

    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

    2019-11-15 cassandra micrometer spring-boot aspectj testcontainers

    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

    2019-11-14 cassandra schema-migration spring-boot testcontainers

    This post shows how to setup a spring boot project in order to have the Cassandra CQL schema migrations securely performed on application…