codelipenghui commented on a change in pull request #6752: Support different docker images in Kubernetes runtime of Pulsar Functions URL: https://github.com/apache/pulsar/pull/6752#discussion_r410700570
########## File path: site2/docs/functions-runtime.md ########## @@ -53,6 +53,12 @@ kubernetesContainerFactory: jobNamespace: # the docker image to run function instance. by default it is `apachepulsar/pulsar` pulsarDockerImageName: + # the docker image to run java function instance. by default it is `null` + javaFunctionDockerImageName: + # the docker image to run python function instance. by default it is `null` + pythonFunctionDockerImageName: + # the docker image to run go function instance. by default it is `null` + goFunctionDockerImageName: Review comment: If these three image name is to overwrite `pulsarDockerImageName`, we'd better tell users uses `pulsarDockerImageName` to run function instance if value of `javaFunctionDockerImageName` is absent. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
