paimon
paimon copied to clipboard
[cdc] Support debezium avro format
Purpose
Linked issue: close #xxx
Tests
API and Format
Documentation
Can someone enable the CI test?
https://github.com/harveyyue/incubator-paimon/tree/dbz-format @harveyyue This will show the result of CI
Hi, can you solve the conflicts?
Seem this PR is not active now. I will continue to work on it.
I was trying to test consuming debezium avro data using this branch. I found that it needed support for some complex types. I made changes here: https://github.com/harveyyue/incubator-paimon/pull/1/files
Not sure if they are appropriate as I had to change TypeUtils to handle complex types as well.
@umeshdangat I'm working on merging these codes into the master branch. When it is done, you can create a PR to support your needed types.
@yuzelin Sorry for late response, I'm involving in another project in past few months. Are you still working for debezium-avro format? I have drafted a pr 2783 which will be compatible with other data source or format and easy to implment the debezium-avro format.
@harveyyue Glad to hear from you! I just start to this. It's good if you are willing to continue to work on this.
@yuzelin @harveyyue checking in to see if this is going to be picked up soon?
@JingsongLi @yuzelin you help merge this? it’s a blocker for @umeshdangat to start a PoC
Thanks @harveyyue for the contribution and all for your attention!