Please describe the feature you are requesting.
some method like LedgerHandle.readAsync(long startEntryId, long maxBytes)
which will try to read ledger until maxBytes meets or maxPos.
Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have).
should-have.
this can have a better control of response size returned to the caller.
and Kafka on Pulsar can handleFetcheRequest better when have this feature.
Provide any additional detail on your proposed use case for this feature.
better estimated response size.
increase throughtput when origin(start,end) method pass small param
Original Issue: apache/bookkeeper#2540
FEATURE REQUEST
Please describe the feature you are requesting. some method like
LedgerHandle.readAsync(long startEntryId, long maxBytes)
which will try to read ledger until maxBytes meets or maxPos.Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). should-have. this can have a better control of response size returned to the caller. and
Kafka on Pulsar
can handleFetcheRequest better when have this feature.Provide any additional detail on your proposed use case for this feature.
@eolivelli @sijie