influxdata / influxdb-client-java

InfluxDB 2 JVM Based Clients
https://influxdata.github.io/influxdb-client-java/
MIT License
438 stars 129 forks source link

What is the maximum supported number of writePoints APIs per pass in for the java library Or rather, how much advice is appropriate to spread #563

Open mylzj opened 1 year ago

mylzj commented 1 year ago

void writePoints(@Nonnull final List points) throws InfluxException; What is the maximum support for the points parameter?

powersj commented 1 year ago

Hi,

What was the error in your InfluxException?

What is the maximum support for the points parameter

Let me ask, how many points are you trying to send in each batch? What version of InfluxDB are you using? Is InfluxDB cloud hosted?