Github user meijies commented on the issue:
https://github.com/apache/bahir-flink/pull/17
currently, async kudu session flush for every piece of data. it will cause
poor performance(2w+/s). Should we flush micro batch data for streaming case? I
use 1s interval to flush the data, the performance is 40w+/s at my environment. ---
