pantianying commented on a change in pull request #6452: [function] Go function 
add more producer
URL: https://github.com/apache/pulsar/pull/6452#discussion_r388032974
 
 

 ##########
 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:
   ok,I will do it later

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to