rdhabalia opened a new pull request #2365: Add support to restart function
URL: https://github.com/apache/incubator-pulsar/pull/2365
 
 
   ### Motivation
   
   Few times we have seen that our function process is stuck and not consuming 
messages from pulsar-source or computing as per expectation. So, sometimes it 
requires to restart stuck function due to issue with function logic or 
pulsar-framework. Pulsar broker already has similar feature to unload namespace 
bundles to reinitialize bundle resources. Similar way, restarting function and 
reinitialize function resources helps in such situation.
   
   ### Modifications
   
   add REST/CLI to restart function.
   
   ### Result
   
   Admin can restart function instance.
   

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to