tet123/debezium-connector-mysql/src/test
Jiri Pechanec 8f5bb31eab DBZ-3700 Strings a bytes only when converters present
When database was used with non-UTF8 charset the snapshot was sending
byte array with UTF-8 bytes but MySQL converter was using database based
charset to convert it to String leading to malformed data.
It is necessary to convert strings using the database charset but it
might be a problem in case of non-charset matching.
The current solution
1) Uses strings by default
2) Switches to byte array only when converters are present to cover
original use case
3) If the conversion fails it switches back to string
2022-01-19 16:20:32 +01:00
..
docker DBZ-4029 Adding support for heartbeat action queries to MySQL connector 2021-11-05 13:27:09 +01:00
java/io/debezium DBZ-3700 Strings a bytes only when converters present 2022-01-19 16:20:32 +01:00
resources DBZ-3700 Strings a bytes only when converters present 2022-01-19 16:20:32 +01:00