Replies: 4 comments 4 replies
-
Maybe you are using some specific classloader? Just guess. |
Beta Was this translation helpful? Give feedback.
1 reply
-
debug the code change ManagedChannel to io.grpc.ClientInterceptors$InterceptorChannel |
Beta Was this translation helpful? Give feedback.
3 replies
-
hello, how did you solve this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
apm-grpc-1.x-plugin-8.7.0.jar cause an error
Caused by: java.lang.ClassCastException: class io.grpc.ClientInterceptors$InterceptorChannel cannot be cast to class io.grpc.ManagedChannel (io.grpc.ClientInterceptors$InterceptorChannel and io.grpc.ManagedChannel are in unnamed module of loader org.springframework.boot.loader.LaunchedURLClassLoader @ccb4b1b)
the code:
ManagedChannel channe2 = (ManagedChannel) blockingStub.getChannel();
Beta Was this translation helpful? Give feedback.
All reactions