apache / paimon

Apache Paimon is a lake format that enables building a Realtime Lakehouse Architecture with Flink and Spark for both streaming and batch operations.
https://paimon.apache.org/
Apache License 2.0
2.42k stars 951 forks source link

[Feature] Kafka CDC type conversion #4134

Closed kwontaeheon closed 2 months ago

kwontaeheon commented 2 months ago

Search before asking

Motivation

Using Maxwell CDC action, complex types can not changed to string. Can I define the type of kafka source from commandline or, not to cast to string? the samples are below.

Solution

No response

Anything else?

No response

Are you willing to submit a PR?

kwontaeheon commented 2 months ago

Without paimon flink action, I found I can easily ingest cdc by flink table api. Thanks.