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

Introduce the configuration for SQL Server task databases #17

Closed
morozov opened this issue Mar 2, 2021 · 0 comments · Fixed by #29
Closed

Introduce the configuration for SQL Server task databases #17

morozov opened this issue Mar 2, 2021 · 0 comments · Fixed by #29
Assignees
Labels
SQL Server Debezium connector for SQL Server

Comments

@morozov
Copy link

morozov commented Mar 2, 2021

Once #9 and #12 are resolved, replace the TODO in the code with the actual logic:
https://github.com/sugarcrm/debezium/blob/efc7d20e4d973ee5e04863b5923f154ae41a7c38/debezium-connector-sqlserver/src/main/java/io/debezium/connector/sqlserver/SqlServerTaskPartition.java#L55-L56

Acceptance criteria:

  1. Introduce the task.database.names configuration parameter doc using all the standards for describing the configuration (e.g. see [DBZ-2912] Add support for binary.handling.mode to the SQL Server connector debezium/debezium#2044 (comment)).
  2. Replace the temporary single database name with the list of database names.
  3. Add validation that the list is not empty (better if implemented at the configuration level via the framework, otherwise, the logic at the task level will suffice).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
SQL Server Debezium connector for SQL Server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants