-
Enhancement
-
Resolution: Done
-
Minor
-
None
-
None
With mysql connector these two warn messages are polluting logs a lot:
- "Column is missing a character set"
- "Using UTF-8 charset by default for column without charset".
We're defining utf8 charset in table level, columns are using tables default utf8, so warning is unnecessary.
Could debezium either mute them (or make option to do so) or start using charset from table definition if it's not set per column.