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 2021/08/06 16:54:22 UTC

[GitHub] [pulsar] michaeljmarshall commented on pull request #11468: [Function worker] Load ServiceConfiguration from file, not from Worke…

michaeljmarshall commented on pull request #11468:
URL: https://github.com/apache/pulsar/pull/11468#issuecomment-894387962


   > How about add the missing fields into the `WorkerConfig`?
   
   @nlu90 - this isn't an option because the fields are for extensions created by users. Note that the `ServiceConfigruation` already has a map for arbitrary config. The `WorkerConfig` does not have this map. An alternate solution could instead add the map to the `WorkerConfig`, but I'm not sure how that would impact a function worker's runtime.


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