srkukarni opened a new pull request #2383: Simplify argument passing in process 
runtimes
URL: https://github.com/apache/incubator-pulsar/pull/2383
 
 
   ### Motivation
   
   Currently the process runtime goes over each variable inside the 
functiondetails protobuf and passes them as individual arguments. This is not 
only complicated, but each new variable addition/deletion results in changes to 
processruntime. This pr passes the entire proto as a json string which can then 
be converted back to protobuf in the instances, thereby simplifying this 
process.
   
   ### Modifications
   
   Describe the modifications you've done.
   
   ### Result
   
   After your change, what will change.
   

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

Reply via email to