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/02/10 15:28:43 UTC

[GitHub] [pulsar] hangc0276 opened a new issue #14224: Integrate package service with function

hangc0276 opened a new issue #14224:
URL: https://github.com/apache/pulsar/issues/14224


   **Is your enhancement request related to a problem? Please describe.**
   Currently, I'm implementing PIP-117 https://github.com/apache/pulsar/issues/13302 , changing from using DistributedLog to using local filesystem to store the jars directly in the data folder instead of uploading them into BK. 
   
   However, I found the current function creation will directly store the jar file into DistributedLog by calling `WorkerUtils.uploadFileToBookkeeper` no matter we create function by jar file or functionPkgUrl. It doesn't store the jar file by the unified package service interface. Thus it is hard to store the jars into filesystem by configuration.
   
   **Describe the solution you'd like**
   We'd better integrate the package service into function, and use the unified package service api to read and write jar files.
   
   


-- 
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



[GitHub] [pulsar] github-actions[bot] commented on issue #14224: Integrate package service with function

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #14224:
URL: https://github.com/apache/pulsar/issues/14224#issuecomment-1069833089


   The issue had no activity for 30 days, mark with Stale label.


-- 
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



[GitHub] [pulsar] hangc0276 commented on issue #14224: Integrate package service with function

Posted by GitBox <gi...@apache.org>.
hangc0276 commented on issue #14224:
URL: https://github.com/apache/pulsar/issues/14224#issuecomment-1038785243


   @gaozhangmin Thanks for your help, I have assigned this issue to you.


-- 
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



[GitHub] [pulsar] gaozhangmin commented on issue #14224: Integrate package service with function

Posted by GitBox <gi...@apache.org>.
gaozhangmin commented on issue #14224:
URL: https://github.com/apache/pulsar/issues/14224#issuecomment-1036096710


   Can I help with it?


-- 
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