[Issue 8502] Upgrade Debezium to a newer version#11204
Merged
Merged
Conversation
Contributor
Author
|
/pulsarbot run-failure-checks |
Contributor
Author
|
Currently Pulsar-IO integration tests fail because they got rebased on top #11056 which removed from DebeziumSource but left required parameter PulsarDatabaseHistory.SERVICE_URL in the PulsarDatabaseHistory. Will deal with this. |
1 task
- check for flush lsn updates
Contributor
Author
|
/pulsarbot run-failure-checks |
sijie
approved these changes
Aug 4, 2021
bharanic-dev
pushed a commit
to bharanic-dev/pulsar
that referenced
this pull request
Mar 18, 2022
Fixes apache#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 apache#11154 to have Debezium integration tests on CI.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 #11154 to have Debezium integration tests on CI.
Verifying this change
(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
yeswas chosen, please highlight the changesDocumentation