Skip to content

debezium/dbz#585 Add example for capturing changes from multiple SQL …#397

Open
akasar9 wants to merge 1 commit intodebezium:mainfrom
akasar9:dbz-585-sqlserver-multi-db-example
Open

debezium/dbz#585 Add example for capturing changes from multiple SQL …#397
akasar9 wants to merge 1 commit intodebezium:mainfrom
akasar9:dbz-585-sqlserver-multi-db-example

Conversation

@akasar9
Copy link

@akasar9 akasar9 commented Mar 7, 2026

…Server databases

Add a new sql-server-multi-database example that demonstrates how to use a single Debezium SQL Server connector to capture changes from multiple logical databases on the same host using the database.names configuration property introduced in DBZ-4783.

Description

Checklist

  • If the changes include a new example, I added it to the list of examples in the README.md file

…Server databases

Add a new sql-server-multi-database example that demonstrates how to
use a single Debezium SQL Server connector to capture changes from
multiple logical databases on the same host using the database.names
configuration property introduced in DBZ-4783.

Signed-off-by: akasar <[email protected]>
"name": "inventory-connector",
"config": {
"connector.class": "io.debezium.connector.sqlserver.SqlServerConnector",
"tasks.max": "1",
Copy link
Member

Choose a reason for hiding this comment

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

I wonder if we shouldn't showcase setting this to 2 so that each database runs in its own task?

Copy link
Contributor

Choose a reason for hiding this comment

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

@Naros Good point, I agree!

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.

3 participants