You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/10/12 07:39:56 UTC

[GitHub] [pulsar] jiangpengcheng commented on issue #17982: [Bug] package is deleted when a related function is deleted

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org