Skip to content

GrpcServer should response with the UNIMPLEMENTED grpc status when the service is not deployed.#225

Merged
vietj merged 1 commit into5.0from
incorrect-unimplemented-service-response-5.0
Jan 7, 2026
Merged

GrpcServer should response with the UNIMPLEMENTED grpc status when the service is not deployed.#225
vietj merged 1 commit into5.0from
incorrect-unimplemented-service-response-5.0

Conversation

@vietj
Copy link
Copy Markdown
Member

@vietj vietj commented Jan 7, 2026

Motivation:

GrpcServer behavior for unknown services is to send an HTTP 500 response, which is not the appropriate way to respond to a client for the application/grpc based protocols.

Changes:

Update GrpcServer to response with the UNIMPLEMENTED grpc-status and appropriate grpc-message trailers when a service is unknown.

…e service is not deployed.

Motivation:

GrpcServer behavior for unknown services is to send an HTTP 500 response, which is not the appropriate way to respond to a client for the application/grpc based protocols.

Changes:

Update GrpcServer to response with the UNIMPLEMENTED grpc-status and appropriate grpc-message trailers when a service is unknown.
@vietj vietj added this to the 5.0.7 milestone Jan 7, 2026
@vietj vietj added the bug Something isn't working label Jan 7, 2026
@vietj vietj merged commit 400bf67 into 5.0 Jan 7, 2026
5 checks passed
@vietj vietj deleted the incorrect-unimplemented-service-response-5.0 branch January 7, 2026 10:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant