jiangpengcheng commented on issue #17982: URL: https://github.com/apache/pulsar/issues/17982#issuecomment-1275726670
@michaeljmarshall I think when `worker().getWorkerConfig().isFunctionsWorkerEnablePackageManagement()` is true, it's better to leave the package alone when delete a function since no matter how packages are created: 1. created manually using package API 2. created automatically when creating a function 3. created by calling `uploadFunction` they may be used in other places, and deleting them automatically seems not a good idea how about making users manage such packages manually using package API, What do you think? -- 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]
