jerrypeng opened a new pull request #2784: add initialize routine to 
FunctionRuntimeManager
URL: https://github.com/apache/pulsar/pull/2784
 
 
   ### Motivation
   
   This is an optimization to the FunctionRuntimeManager.  When a worker is 
started and there maybe existing/old assignments (before compaction kicked in) 
in the assignment topic, we don't need to start/stop functions for every 
message read in the beginning. We really just need to read all the existing 
assignments and start the latest function instances assigned to me. 
   
    
   

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