debezium-examples icon indicating copy to clipboard operation
debezium-examples copied to clipboard

Examples for running Debezium (Configuration, Docker Compose files etc.)

Results 12 debezium-examples issues
Sort by recently updated
recently updated
newest added

Make sure INSERT statements are only executed when it is not yet done. Otherwise more than 1 record ends up in e.g. the ASNCDC.IBMSNAP_CAPPARMS table which makes starting the capture...

The below changes is quite useful when running debezium in distributed mode and you have multiple instances persisting to a single prometheus. Added job variable Removed context variable and harcoded...

as per docs here https://github.com/docker-library/docs/tree/master/postgres

Requires https://github.com/debezium/docker-images/pull/109.

Hi @hpgrahsl, I've updated this example to use the upstream MongoDB Kafka sink connector; however, I've noticed that when I check the destination MongoDB instance, I see the `db.customers_with_addresses` collection;...

Quarkus version of admin-service wasn't updated as it fails to compile aftre upgrading Quarkus version. Quarkus cannot generate the rules, which seems to be some issue in the rules. Also...

bug