dlg99 commented on a change in pull request #11251:
URL: https://github.com/apache/pulsar/pull/11251#discussion_r666375364
##########
File path:
tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/sources/debezium/DebeziumMongoDbSourceTester.java
##########
@@ -50,7 +50,7 @@ public DebeziumMongoDbSourceTester(PulsarCluster cluster) {
sourceConfig.put("mongodb.password", "dbz");
sourceConfig.put("mongodb.task.id","1");
sourceConfig.put("database.whitelist", "inventory");
- sourceConfig.put("database.history.pulsar.service.url",
pulsarServiceUrl);
+ sourceConfig.put("history.database.pulsar.service.url",
pulsarServiceUrl);
Review comment:
I thought its should start with
`DatabaseHistory.CONFIGURATION_FIELD_PREFIX_STRING` which is
`CONFIGURATION_FIELD_PREFIX_STRING = "database.history."`
debezium does
```
Configuration dbHistoryConfig =
config.subset(DatabaseHistory.CONFIGURATION_FIELD_PREFIX_STRING, false)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]