rdhabalia opened a new pull request #2225: Set empty response to complete grpc txn URL: https://github.com/apache/incubator-pulsar/pull/2225 ### Motivation when function worker resets metrics for process running on grpc client, it doesn't send response back to server so, we can below error when function-worker resets the metrics. ``` io.grpc.StatusRuntimeException: CANCELLED: HTTP/2 error code: CANCEL Received Rst Stream ``` ### Modifications send empty response to server to avoid error message for reset metrics call. ### Result function worker will not have failure while reseting metrics.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
