Browse the requests made towards WireMock
This post showcases how to browse/filter the requests made towards Wiremock. When doing integration tests that involve one or more external…
Exchange Kafka avro messages in testcontainers ecosystem
This post showcases a manner on which to ensure the quality of Apache Kafka producers & consumers that exchange avro messages in a…
Retrieve the distinct partition keys of a Cassandra table
Selecting the distinct partition keys of a Cassandra table is very straightforward when performing a CQL query to retrieve the first page of…