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

[Serve] allow gRPC deployment to use grpc context #41667

Merged
merged 15 commits into from
Dec 8, 2023
Prev Previous commit
Next Next commit
add api annotation
Signed-off-by: Gene Su <e870252314@gmail.com>
  • Loading branch information
GeneDer committed Dec 7, 2023
commit 37e37375327250aa117d88b7f5d3b54fb9866855
3 changes: 3 additions & 0 deletions python/ray/serve/grpc_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

import grpc

from ray.util.annotations import PublicAPI


@PublicAPI(stability="beta")
class RayServegRPCContext:
"""Context manager to set and get gRPC context.

Expand Down
Loading