[TiDB Usage Environment] Production Environment
[TiDB Version] v5.2.3
[Reproduction Path]
ticdc synchronizes to Kafka, the table has a longtext field storing values with <> information, and when sent to Kafka, it displays as \u003e\u003d information, which does not match the information in the database.
[Resource Configuration]
[Attachments: Screenshots/Logs/Monitoring]
Tested in the 5.2.3 environment, varchar/longtext/binary are not supported. Is binary supported after 5.4.1? Are there any other ways to synchronize data to Kafka without changing the data content?
CDC cannot be upgraded independently, right? It can only be upgraded together with TiDB? It’s not very feasible to upgrade everything globally in a short time. Is there any other way to synchronize data content to Kafka without making changes?