Sync tree database table over Apache Kafka
Showcase on how to eventually sync hierachical data from a source database table towards a sink database table via Apache Kafka in a…
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…