debezium/dbz
View on GitHubCreate DevService and scripts for testing Debezium db2 Extension for Quarkus
Open
#1,458 opened on Dec 12, 2025
component/debezium-quarkus-extensiongood first issuetype/enhancement
Repository metrics
- Stars
- (3 stars)
- PR merge metrics
- (PR metrics pending)
Description
Context
Db2 community edition container image doesn't provide CDC abilities. It's necessary to setup and configure the image in order to be CDC ready. Furthermore, the quarkus extension for db2 needs db2 to be debezium-ready in order to have some DevService ready for user and to test it correctly with the test suite for debezium extensions for quarkus.
Proposal
Create scripts and code to setup-on-fly the image for test containers and dev services
Reference
- https://github.com/debezium/debezium-connector-db2/tree/main/src/test/docker/db2-cdc-docker
- https://github.com/debezium/debezium-quarkus/blob/b0e274d6533481f7c85008b4a2c6e061c1ecee22/quarkus-debezium-parent/quarkus-debezium-mongodb-parent/deployment/src/main/java/io/quarkus/debezium/mongodb/deployment/MongoDbEngineProcessor.java#L115