Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc: Add SQL server CDC guide #22541

Merged
merged 6 commits into from
Nov 23, 2023

Conversation

bobbyiliev
Copy link
Contributor

Motivation

Adding a SQL Server CDC guide that follows the exact same structure as the existing MySQL guide.

Also added a demo here for this.

Closes #10989

@bobbyiliev bobbyiliev requested a review from a team as a code owner October 20, 2023 15:46
{{< tabs >}}
{{< tab "Debezium 1.5+">}}

1. Create a connector configuration file and save it as `register-sqlserver.json`:
Copy link
Contributor

Choose a reason for hiding this comment

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

What about using the link to the configuration example that includes also additional details rather than the json?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That example in the Debezium docs is missing some crucial configuration settings like the Avro Converter and the CSR details so we can't use it directly.

* `common-config`
* `common-utils`

1. Create a connector configuration file and save it as `register-sqlserver.json`:
Copy link
Contributor

Choose a reason for hiding this comment

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

Same as sqlserver.json. Maybe I'm missing something.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hm I am not 100% sure what you mean here?

Copy link
Contributor

Choose a reason for hiding this comment

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

It was the same as the other comment, but probably you have the same answer about crucial config missing! So nothing to do here.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah I see! Thank you for the clarification.

GROUP BY field1;
```

## Known Limitations
Copy link
Contributor

Choose a reason for hiding this comment

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

Also Microsoft has a Known issues and errors with CDC

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good finding! I've added a link to this in the list

bobbyiliev and others added 2 commits November 3, 2023 17:15
Co-authored-by: Joaquin Colacci <joaquincolacci@gmail.com>
@bobbyiliev bobbyiliev merged commit dd73e04 into MaterializeInc:main Nov 23, 2023
12 checks passed
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.

doc/user: SQL Server via Debezium CDC Guide
3 participants