grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

Metadata: Stabilising an API in metadata package

Open KarthikReddyPuli opened this issue 8 months ago • 2 comments

RELEASE NOTES:

  • Stabilising ValueFromIncomingContext API in metadata package

ValueFromIncomingContext is an API available in metadata package which can be used to fetch single key from grpc metadata with lower memory footprint and cpu time. This PR stabilises the API after which this can be used safely

Issue: https://github.com/grpc/grpc-go/issues/7298

KarthikReddyPuli avatar Jun 30 '24 14:06 KarthikReddyPuli