jerrypeng opened a new pull request #5527: fix: Functions unnecessarily restart during FunctionRuntimeManager init phase URL: https://github.com/apache/pulsar/pull/5527 ### Motivation During the init phase of FunctionRuntimeManager, functions may be unnecessarily restarted. This impacts running functions via external schedulers e.g. Kubernetes ### Modifications - Don't set any of the FunctionRuntimeInfo during init time. - Fixed a test to check for check for this
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
