dlg99 opened a new pull request #11204: URL: https://github.com/apache/pulsar/pull/11204
Fixes #8502 ### Motivation Upgrade Debezium to a newer version ### Modifications Upgraded Deebzium to v.1.5.4 (latest built with Java 8, v.1.6.x built with Java 11) Upgraded kafka-client to 2.7 (version debezium tested with) Scala-lib to 2.13.6 (for kafka-client) Dealt with API changes, tests etc. PR is on top of https://github.com/apache/pulsar/pull/11154 to have Debezium integration tests on CI. ### Verifying this change - [ ] Make sure that the change passes the CI checks. *(Please pick either of the following options)* This change is already covered by existing tests, such as `org.apache.pulsar.io.debezium.PulsarDatabaseHistoryTest`, `org.apache.pulsar.tests.integration.io.sources.debezium.PulsarDebeziumSourcesTest` . ### Does this pull request potentially affect one of the following parts: *If `yes` was chosen, please highlight the changes* - Dependencies (does it add or upgrade a dependency): yes - Anything that affects deployment: don't know ### Documentation - Does this pull request introduce a new feature? no -- 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]
