Skip to content

[improve][io] Set default connector class for debezium connectors#25215

Open
jiangpengcheng wants to merge 1 commit intoapache:masterfrom
jiangpengcheng:set_default_connector_class_for_debezium
Open

[improve][io] Set default connector class for debezium connectors#25215
jiangpengcheng wants to merge 1 commit intoapache:masterfrom
jiangpengcheng:set_default_connector_class_for_debezium

Conversation

@jiangpengcheng
Copy link
Contributor

Fixes #25214

Motivation

Debezium connectors need to set the connector.class config manually, which is unnecessary

Modifications

Make Debezium connectors set connector.class automatically.

Verifying this change

  • Make sure that the change passes the CI checks.

This change is already covered by existing tests, under package:

  • org.apache.pulsar.tests.integration.io.sources.debezium.

Does this pull request potentially affect one of the following parts:

If the box was checked, please highlight the changes

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
    • debezium connectors will set the connector.class automatically
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • The metrics
  • Anything that affects deployment

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Matching PR in forked repository

PR in forked repository: jiangpengcheng#49

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Feb 5, 2026
Copy link
Member

@lhotari lhotari left a comment

Choose a reason for hiding this comment

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

LGTM

@lhotari
Copy link
Member

lhotari commented Feb 5, 2026

/pulsarbot rerun-failure-checks

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

Labels

doc-not-needed Your PR changes do not impact docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Debezium connectors need to set connector.class manually

3 participants