Hi Pulsar community, I'd like to VOTE PIP-480: Add readEntries method to
ManagedLedger.

Currently we have
```java
void asyncReadEntry(Position position, AsyncCallbacks.ReadEntryCallback
callback, Object ctx)
```
In ManagedLedger to read a single entry, but we don't have a method to read
multi-entries form Bookkeeper.

This PIP adds new method to ManagedLedger to provide the ability to read
multi-entries without creating a Cursor.
PR: https://github.com/apache/pulsar/pull/25873
  Thanks, Tao Jiuming

Reply via email to