Skip to content

Comments

[improve][misc] LS-1356: Upgrade debezium to 3.2.0.Final#496

Merged
priyanshu-ctds merged 2 commits into4.0_dsfrom
LS-1356
Sep 26, 2025
Merged

[improve][misc] LS-1356: Upgrade debezium to 3.2.0.Final#496
priyanshu-ctds merged 2 commits into4.0_dsfrom
LS-1356

Conversation

@priyanshu-ctds
Copy link
Collaborator

@priyanshu-ctds priyanshu-ctds commented Aug 26, 2025

(If this PR fixes a github issue, please add Fixes #<xyz>.)

Fixes #

(or if this PR is one task of a github issue, please add Master Issue: #<xyz> to link to the master issue.)

Master Issue: #

Motivation

https://datastax.jira.com/jira/software/projects/LS/boards/597?selectedIssue=LS-1356
Upgrading the debezium version from 2.6.1 to 3.2.0

Modifications

  • Upgraded the Debezium dependency version
  • Upgraded the PostreSQL and MySQL driver versions to be compatible with new debezium version
  • Updated the numMessages in test case (PulsarDebeziumOracleSourceTest#testDebeziumOracleDbSource) from 39 to 2 as the new debezium source connector does not process the internal messages (related to SYS.LOGMNRLT). Previously, the value was 39, which was composed of 37 internal messages and 2 messages ( 1- Create the customer table and 1- Insertion into the table).

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

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 / no)
  • The public API: (yes / no)
  • The schema: (yes / no / don't know)
  • The default values of configurations: (yes / no)
  • The wire protocol: (yes / no)
  • The rest endpoints: (yes / no)
  • The admin cli options: (yes / no)
  • Anything that affects deployment: (yes / no / don't know)

Documentation

Check the box below or label this PR directly (if you have committer privilege).

Need to update docs?

  • doc-required

    (If you need help on updating docs, create a doc issue)

  • no-need-doc

    (Please explain why)

  • doc

    (If this PR contains doc changes)

Copy link
Collaborator

@dlg99 dlg99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

This change should also go into the apache/pulsar (submit separate PR)

@priyanshu-ctds priyanshu-ctds merged commit c3cf5e0 into 4.0_ds Sep 26, 2025
101 of 103 checks passed
@priyanshu-ctds
Copy link
Collaborator Author

This change should also go into the apache/pulsar (submit separate PR)

In apache/pulsar branch 4.0 current version of debezium is 1.9.7.Final, while we had 2.6.1.Final, the upgrade from 1.9.7.Final to 2.6.1.Final itself had breaking changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants