debezium/dbz

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

Open

#397 创建于 2025年12月11日

在 GitHub 查看
 (3 评论) (0 反应) (1 负责人)HTML (6 fork)auto 404
component/container-imagescomponent/mongodb-connectorgood first issuemigrated-from-jiratype/enhancement

仓库指标

Star
 (3 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南