<!-- Thank you for reporting a bug. * Please add a :+1: or comment on a similar existing bug report instead of opening a new one. * https://github.com/influxdata/influxdb-client-java/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+is%3Aclosed+sort%3Aupdated-desc+label%3Abug+ * Please check whether the bug can be reproduced with the latest release. * The fastest way to fix a bug is to open a Pull Request. * https://github.com/influxdata/influxdb-client-java/pulls --> __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