apache / pekko-grpc

Apache Pekko gRPC
https://pekko.apache.org/
Apache License 2.0
41 stars 18 forks source link

add LoggingErrorHandlingGreeterClient with java #289

Closed laglangyue closed 7 months ago

laglangyue commented 7 months ago

motivation

in module plugin-tester-scala there are LoggingErrorHandlingGreeterServer and LoggingErrorHandlingGreeterClient but in moulde plugin-tester-java there is not a LoggingErrorHandlingGreeterClient

resutle

add LoggingErrorHandlingGreeterClient with java NOW, we run a Scala-server, use java-client to sayHello, interesting play with it.

laglangyue commented 7 months ago

@raboof @pjfanning PTAL

raboof commented 7 months ago

can you create an issue for the flaky failure in RichErrorModelTest?

laglangyue commented 7 months ago

can you create an issue for the flaky failure in RichErrorModelTest?

let me check it.

He-Pin commented 7 months ago

Chinese wisdom

laglangyue commented 7 months ago

can you create an issue for the flaky failure in RichErrorModelTest?

I have created 2 issue GrpcExceptionHandler and RichErrorModelTest I will do some digging tomorrow

laglangyue commented 7 months ago

@raboof @He-Pin @pjfanning PTAL