rdhabalia opened a new pull request #1988: Fix: avoid closing RuntimeFactory when any function stops URL: https://github.com/apache/incubator-pulsar/pull/1988 ### Motivation With #1833 , when any function-stops, worker is closing `RuntimeFactory` along with `RuntimeSpawner` which makes `RuntimeFactory` unusable for any new function. ### Modifications Close `RuntimeFactory` when FunctionRuntimeManager closes. ### Result RuntimeFactory will not be closed on any function-stop so, new function loading can happen successfully.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
