danny0405 commented on issue #9965:
URL: https://github.com/apache/hudi/issues/9965#issuecomment-1789875033

   How many tables are there in your database, it is feasible if you have just 
handful of tables like 20, then you can consume the Kafka topic and partition 
the stream by table name, for each partitioned stream, you can pipeline with 
hudi sink, you need to write some DataStream pipelines manually, take 
https://github.com/apache/hudi/blob/master/hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/util/HoodiePipeline.java
 for a single table example.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to