-
Bug
-
Resolution: Done
-
Minor
-
1.2.0.Final
-
None
Description
Using the new Debezium APIs to create the embedded engine, passing in the configuration offset.commit.policy with value of io.debezium.engine.spi.OffsetCommitPolicy.PeriodicCommitOffsetPolicy will produce NoSuchMethod due to missing a constructor of type io.debezium.config.Configuration. Because the OffsetCommitPolicy will be initiated with config of type io.debezium.config.Configuration not type Properties as shown here as would io.debezium.engine.spi.OffsetCommitPolicy.PeriodicCommitOffsetPolicy expects.