zymap opened a new pull request, #15367: URL: https://github.com/apache/pulsar/pull/15367
--- Fixes #15362 *Motivation* The PR https://github.com/apache/pulsar/pull/13218 supports saving package data into filesystem. But it introduces a regression for the old versions. For example, we have a package function://public/default/[email protected], it will save the meta to the path function/public/default/package/v0.1/meta, and save the data to the path function/public/default/package/v0.1. By default, we are using distributed log as the package storage, and it supports saving data in a directory. But some storage like filesystem doesn't have the similar ability, it needs another path for saving data. This API provides the ability to support saving the data in another place. If you specify the data path as `/data`, the package will be saved into function/public/default/package/v0.1/data. *Modifications* - make the data path configurable in the storage implementation. -- 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]
