apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.79k stars 3.29k forks source link

[Feature] Support protobuf format for routine load #9302

Closed xy720 closed 1 year ago

xy720 commented 2 years ago

Search before asking

Description

Currently, we only support csv/json format for kafka routine load, but don't support protobuf data. I will submit a feature that support load protobuf data for kafka routine load, and make canal format as an example. So that user can use canal -> kafka -> doris way to load canal data.

The submission of this feature consists of two steps: 1、support protobuf scanner and deserializer to consume protobuf data from kafka load pipe. 2、support canal format for routine load.

Use case

No response

Related issues

No response

Are you willing to submit PR?

Code of Conduct

emerkfu commented 2 years ago

I think flink-doris-connector also needs this feature @JNSimba @hf200012

xy720 commented 2 years ago

I am still working on it.

Authorlove commented 2 months ago

@xy720 Has this feature been completed? Is there any user documentation?