apache / doris-kafka-connector

Kafka Connector for Apache Doris
https://doris.apache.org
Apache License 2.0
10 stars 9 forks source link

[Improve]Support kafka type converter #12

Closed DongLiang-0 closed 5 months ago

DongLiang-0 commented 5 months ago

Supports kafka connect and debezium various types of converters.

For data of various upstream database types collected through debezium, doris-kafka-connector did not convert the data type to adapt, resulting in data reading errors.

For date type data, the converter provides the database.time_zone parameter, which defaults to UTC time zone