fresh-borzoni opened a new issue, #243: URL: https://github.com/apache/fluss-rust/issues/243
### Search before asking - [x] I searched in the [issues](https://github.com/apache/fluss-rust/issues) and found nothing similar. ### Description We have `subscribe(bucket_id, offset)` - Single bucket, non-partitioned `subscribe_batch({bucket_id: offset})` - Multiple buckets, non-partitioned `subscribe_partition(partition_id, bucket_id, offset)` - Single bucket in partition We are missing symmetric `subscribe_partition_batch` to allow multiple partitions, buckets at once. Should we add it? ### Willingness to contribute - [x] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
