Proposal:
batch write data with block api
Use case:
I need import data from file and batch write with block api,but I notice that although WriteApiBlocking.writePoints( String bucket, String org, List<Point> points) accept collection of points,but the implementation of it write data one by one,which is too slow in my use case.

By the way, when I tried your non-blocking api,sometime it create too many TIMED_WAITING thread,and casue oom finally.
threaddump-1604541290817.zip
Proposal:
batch write data with block api
Use case:
I need import data from file and batch write with block api,but I notice that although
WriteApiBlocking.writePoints( String bucket, String org, List<Point> points)accept collection of points,but the implementation of it write data one by one,which is too slow in my use case.By the way, when I tried your non-blocking api,sometime it create too many
TIMED_WAITINGthread,and casue oom finally.threaddump-1604541290817.zip