debezium/dbz

Make debezium/example-mongodb container runnable without mongo-initiator [DBZ-2848]

Open

#397 opened on Dec 11, 2025

View on GitHub
 (3 comments) (0 reactions) (1 assignee)HTML (6 forks)auto 404
component/container-imagescomponent/mongodb-connectorgood first issuemigrated-from-jiratype/enhancement

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

Description

Migrated from DBZ-2848

Currently we are using a simple copy of an empty Mongo DB 3.6 as debezium/example-mongodb image. The init-inventory.sh file included is not in use (might only be used for downstream tests). The initialization over mongo-initiator container is unneccessary and can be removed so we ship an ad-hoc example image that comes properly setup for Debezium use-cases.

The Debezium UI does the initialization like this with a standard Mongo DB container: https://github.com/debezium/debezium-ui/blob/master/docker-compose.yml#L48-L61

Contributor guide