You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/03/05 01:34:07 UTC

[GitHub] [pulsar] pantianying commented on a change in pull request #6452: [function] Go function add more producer

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


With regards,
Apache Git Services