oceanbase / flink-connector-oceanbase

Apache Flink Connectors for OceanBase.
https://oceanbase.github.io/flink-connector-oceanbase/
Apache License 2.0
17 stars 7 forks source link

fix : add sync-write option & fix tableId and buffer key conflicts #51

Closed whhe closed 9 months ago

whhe commented 9 months ago

Summary

Add TableId and DataChangeRecordData to avoid table id conflict and reduce key conflict.

Solution Description