sijie commented on a change in pull request #4174: [go function] support
localrun and cluster mode for go function
URL: https://github.com/apache/pulsar/pull/4174#discussion_r279606697
##########
File path:
pulsar-client-tools/src/main/java/org/apache/pulsar/admin/cli/CmdFunctions.java
##########
@@ -198,6 +198,10 @@ void processArguments() throws Exception {
description = "Path to the main Python file/Python Wheel file
for the function (if the function is written in Python)",
listConverter = StringConverter.class)
protected String pyFile;
+ @Parameter(
+ names = "--go",
+ description = "Path to the main Go file for the function (if
the function is written in Go)")
Review comment:
I don't think it is the go file. It should be the built go program.
----------------------------------------------------------------
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