SuXingLee opened a new pull request #50: [BAHIR-202] Improve KuduSink throughput by using async FlushMode URL: https://github.com/apache/bahir-flink/pull/50 change is that: 1. Default , KuduSink processing message one by one without checkpoint. 2. when we enable checkpoint , We improve kuduSink throughput by using ```FlushMode.AUTO_FLUSH_BACKGROUND``` , and using checkpoint to ensure at-least-once.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
