apache / doris-flink-connector

Flink Connector for Apache Doris
https://doris.apache.org/
Apache License 2.0
330 stars 226 forks source link

[Feature] write data to two doris at the same time #134

Closed LCehoennardo closed 4 months ago

LCehoennardo commented 1 year ago

Search before asking

Description

How to change the code so that this connector can write data to two Doris clusters at the same time (to achieve master-slave cluster data synchronization), can you provide some ideas?

Use case

to achieve master-slave cluster data synchronization

Related issues

No response

Are you willing to submit PR?

Code of Conduct

JNSimba commented 1 year ago

Is it possible to split the upstream data and write it to different sinks?

LCehoennardo commented 1 year ago

Is it possible to split the upstream data and write it to different sinks?

Thanks for your reply, I have implemented this feature, see https://github.com/LCehoennardo/flink-dual-doris-connector for more.