Renkai opened a new issue #9425: URL: https://github.com/apache/pulsar/issues/9425
Currently, we use a map to store the ledger metadata and sync it to Zookeeper somewhen. This way exposed too many low-level details, which is easy to make bugs (see https://github.com/apache/pulsar/pull/9306), and it could be a block to let us make some advanced features like offload frozen metadata to other storage. I would abstract it to an independent interface by several patches. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
