Skip to content

Commit

Permalink
Temp commit for numEntriesExpectAfterStart
Browse files Browse the repository at this point in the history
  • Loading branch information
mukesh-ctds committed Jul 18, 2024
1 parent b04cc48 commit db709a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public class DebeziumMongoDbSourceTester extends SourceTester<DebeziumMongoDbCon
public DebeziumMongoDbSourceTester(PulsarCluster cluster) {
super(NAME);
this.pulsarCluster = cluster;
this.numEntriesExpectAfterStart = 0;
pulsarServiceUrl = "pulsar://pulsar-proxy:" + PulsarContainer.BROKER_PORT;

sourceConfig.put("mongodb.name", "dbserver1");
Expand Down

0 comments on commit db709a2

Please sign in to comment.