Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Simple project (based on Quarkus quickstart project) to reproduce a bug with the gRPC exception handler

Notifications You must be signed in to change notification settings

jdussouillez/quarkus-grpc-exception-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quarkus-grpc-exception-handler

Simple project (based on Quarkus quickstart project) to reproduce a bug with the gRPC exception handler

Steps to reproduce

  • Run the server: ./mvnw quarkus:dev
  • Use gRPC client (Postman, grpcurl, etc) and call the Greeter / SayHello (on localhost:8080) service with message {"name": "internal"}
  • The service throws an exception and the HelloExceptionHandlerProvider turns it into a StatusException with "INTERNAL" gRPC status.
  • On the client, the status is "UNKNOWN" but it should be "INTERNAL" because HelloExceptionHandler::handleException is not called.

Postman response

Resources

About

Simple project (based on Quarkus quickstart project) to reproduce a bug with the gRPC exception handler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages