srkukarni commented on a change in pull request #3854: [issue #3767] support go 
function for pulsar
URL: https://github.com/apache/pulsar/pull/3854#discussion_r272272438
 
 

 ##########
 File path: pulsar-function-go/pf/instance.go
 ##########
 @@ -227,6 +231,7 @@ func (gi *GoInstance) processResult(msgInput 
pulsar.Message, output []byte) {
                                        } else if effectivelyOnce {
                                                panic("in effectively-once 
case, this is error.")
                                        }
+                                       log.Fatal(e)
 
 Review comment:
   does log.fatal() kill the process? if thats so then the logic here is wrong.

----------------------------------------------------------------
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

Reply via email to