michaeljmarshall commented on pull request #9878: URL: https://github.com/apache/pulsar/pull/9878#issuecomment-796868189
> Users could change the offload directory in the namespace level or the topic-level through the admin API, right? Yes, the the `offloadersDirectory` can be overridden using the admin rest api. Here is a link to the namespace option: https://pulsar.apache.org/admin-rest-api/?version=2.7.0&apiversion=v2#operation/setOffloadPolicies. The admin cli client does not allow for overriding the `offloadersDirectory`. In general, it is unlikely that users are choosing to have multiple directories. However, given that it's a currently available feature, I thought it was worth making sure we loaded classes from the parameterized directory. ---------------------------------------------------------------- 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]
