Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to customize gRPC server's fallbackHandlerRegistry #45216

Open
vladykin opened this issue Dec 20, 2024 · 1 comment
Open

Ability to customize gRPC server's fallbackHandlerRegistry #45216

vladykin opened this issue Dec 20, 2024 · 1 comment
Labels
area/grpc gRPC kind/enhancement New feature or request

Comments

@vladykin
Copy link

vladykin commented Dec 20, 2024

Description

I'm looking for a way to set the fallbackHandlerRegistry for a gRPC server created by Quarkus.

Need it to customize handling of the gRPC calls that the server doesn't implement, in particular:

  • log such calls;
  • attach custom trailers to the UNIMPLEMENTED response.

Normally, I'd use a gRPC server interceptor for both logging and adding trailers. But server interceptors are not called for unimplemented methods.

Related: #10039

Implementation ideas

No response

@vladykin vladykin added the kind/enhancement New feature or request label Dec 20, 2024
@quarkus-bot quarkus-bot bot added the area/grpc gRPC label Dec 20, 2024
Copy link

quarkus-bot bot commented Dec 20, 2024

/cc @alesj (grpc), @cescoffier (grpc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/grpc gRPC kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant