aiyanbo commented on a change in pull request #3145: Fixed java agent cannot 
trace gRPC stream service
URL: https://github.com/apache/skywalking/pull/3145#discussion_r307204683
 
 

 ##########
 File path: 
apm-sniffer/apm-sdk-plugin/grpc-1.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/grpc/v1/AsyncUnaryRequestCallCallInterceptor.java
 ##########
 @@ -36,7 +36,7 @@
 public class AsyncUnaryRequestCallCallInterceptor implements 
StaticMethodsAroundInterceptor {
     @Override public void beforeMethod(Class clazz, Method method, Object[] 
allArguments, Class<?>[] parameterTypes,
         MethodInterceptResult result) {
-        BlockingCallClientInterceptor originClientCall = 
(BlockingCallClientInterceptor)allArguments[0];
+        CallClientInterceptor originClientCall = 
(CallClientInterceptor)allArguments[0];
 
 Review comment:
   Yes

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