srkukarni opened a new pull request #1938: Have the ability to specify instance id offset in localrun URL: https://github.com/apache/incubator-pulsar/pull/1938 ### Motivation To run functions in kubernetes, the most easiest approach would be to launch the k8 containers running functions in localrun mode. In that mechanism each container will run 1 function instance(i.e. parallelism of 1). The k8 template will manage the real parallelism factor as specified by the user. However we need to make sure that each running function gets the right instance id. Adding this instanceIdOffset allows us to do it. ### 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
