-
Bug
-
Resolution: Unresolved
-
Major
-
1.9.7.Final, 1.9.8.Final
-
None
-
False
-
None
-
False
In order to make your issue reports as actionable as possible, please provide the following information, depending on the issue type.
Bug report
For bug reports, provide this information, please:
What Debezium connector do you use and what version?
sqlserver-connector
What is the connector configuration?
database.dbname=Test$user
table.include.list=dbo.user
database.include.list=Test$user
What is the captured database version and mode of depoyment?
sqlserver2014
What behaviour do you expect?
Updated to official packages 1.6.4 and 1.9.7
What behaviour do you see?
1,When there is a $symbol in the database name, the jdbc connector will report an error;
2,When the configuration of database-incluse.list also includes the $symbol, there will be no error but it will not match
Do you see the same behaviour using the latest relesead Debezium version?
yes
Do you have the connector logs, ideally from start till finish?
How to reproduce the issue using our tutorial deployment?
Just add the $symbol to the database name to test it
Feature request or enhancement
For feature requests or enhancements, provide this information, please:
Which use case/requirement will be addressed by the proposed feature?
Our production projects rely on debezium's debezium-core-1.6.4.Final and debezium-core-1.9.7.Final, which need to be resolved as soon as possible
Implementation ideas (optional)
<Your answer>