Fix typo in functions-work.yaml, add functionWebServiceUrl in yaml#13345
Fix typo in functions-work.yaml, add functionWebServiceUrl in yaml#13345hezhangjian wants to merge 1 commit intoapache:masterfrom
Conversation
|
@codelipenghui @lhotari @michaeljmarshall @merlimat @315157973 PTAL, thanks |
michaeljmarshall
left a comment
There was a problem hiding this comment.
@shoothzj - can you provide a little more context for this change? Explicitly adding a default to the functions_worker.yml will change the default behavior. Thanks.
| # For TLS: | ||
| # webServiceUrl=https://localhost:8443/ | ||
| pulsarWebServiceUrl: http://localhost:8080 | ||
| functionWebServiceUrl: http://localhost:8080 |
There was a problem hiding this comment.
I think this will change the behavior of the following code if workerHostname is overridden in this file and the operator is relying on the following conditional to set the functionWebServiceUrl. Why do we need to add this to the configuration?
@michaeljmarshall |
|
ping @michaeljmarshall |
lhotari
left a comment
There was a problem hiding this comment.
adding functionWebServiceUrl is a breaking change, please make that separately from other changes and bring it up to discussion on the mailing list for decision making.
|
@lhotari Ok, I will start a thread on mail list, for now I will close this PR :) |
Modifications
Fix typo in functions-work.yaml, add functionWebServiceUrl in yaml
Documentation
Check the box below and label this PR (if you have committer privilege).
Need to update docs?
no-need-doctrival changes, no need doc