sijie commented on a change in pull request #6452: [function] Go function add
more producer
URL: https://github.com/apache/pulsar/pull/6452#discussion_r388032320
##########
File path: pulsar-function-go/pf/context.go
##########
@@ -57,6 +57,11 @@ func (c *FunctionContext) GetOutputTopic() string {
return c.instanceConf.funcDetails.GetSink().Topic
}
+// user can choose outputTopic hera
+func (c *FunctionContext) SetOutputTopic(outputTopic string) {
Review comment:
Can you follow the API convention of Java Function?
----------------------------------------------------------------
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