merlimat opened a new pull request #2041: Added ReadOnlyCursor to ManagedLedger URL: https://github.com/apache/incubator-pulsar/pull/2041 ### Motivation Added a read-only cursor that can be used to read data out of a managed ledger without interfering with the managed ledger instance that is active in the Pulsar broker that owns a particular topic. ### Modifications * Added `ReadOnlyCursor` that can be obtained directly from a `ManagedLedgerFactory` * The read only cursor has only subset of the functionality of the regular `ManagedCursor`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
