kafka-connect-jdbc testcontainers tests
Test a system that depends on kafka-connect-jdbc by bootstrapping the Apache Kafka ecosystem artifacts and PostgreSQL through testcontainers…
Dynamic property sources for PostgreSQL spring boot tests
Make use of the newly introduced DynamicPropertySource spring annotation in configuring DataSource spring beans required in the tests that…
Process generic avro records in Kafka Streams
Via Kafka Streams can be processed avro records of different types in order to benefit of the ordering of the events that relate to the…