influxdb-client-java icon indicating copy to clipboard operation
influxdb-client-java copied to clipboard

BucketsAPI::findBuckets() is limited to 20 by default

Open jcb-entrnce opened this issue 2 years ago • 1 comments
trafficstars

Steps to reproduce: List the minimal actions needed to reproduce the behavior.

  1. have an influxdb2 instance with more than 20 buckets
  2. call BucketsApi::findBuckets()

Expected behavior: The API returns all buckets

Actual behavior: The API returns at most 20 buckets

Specifications:

  • Client Version: com.influxdb:influxdb-client-java:6.9.0
  • InfluxDB Version: 2.7
  • JDK Version: Eclipse Adoptium jdk-17.0.6.10-hotspot
  • Platform: docker / alpine-linux

jcb-entrnce avatar Jul 11 '23 11:07 jcb-entrnce