Channel closed at io.grpc.status.asruntimeexception (status.java:532) at io.g. When running multiple stubs and their multiple rpc calls simultaneously i am seeing this exception below thrown Unknown at io.grpc.status.asruntimeexception(status.java:545) at io.grpc.stub. Hi, i have created a workflow diagram for zeebe using parallel gateway where i run multiple microservices concurrently and rather than closing the parallel gateway with another gateway, i send the output from all microservices to a common service task Though i am not seeing any loss of messages, but the following warning is pretty consistent Topic replies views activity frontend error
What version of grpc are you using 1.0.2 what jvm are you using (java version) 1.8 what did you do 2.30.final what is your environment Jdk1.8.0_261 (oracle) what did you expect to see What did you see instead
How grpc deals with errors, and grpc error codes. As camund 8 platform saas uses grpc for communication but it throwing runtimeexception unknown i have checked grpc side and their replay is as follows It sounds like the server returned unknown with no additional information If that is a grpc java server, that could be caused by the server throwing an exception Exception in thread main io.grpc.statusruntimeexception Unknown 2.2 handle exception our goal is to provide more detailed information about exceptions on the server to the client
To do this, we create an interceptor that will catch exceptions and handle them:
OPEN