elixir-grpc / grpc

An Elixir implementation of gRPC
https://hex.pm/packages/grpc
Apache License 2.0
1.4k stars 214 forks source link

Add support for `request_id` in `GRPC.Server.Stream` #198

Closed ilyashuma closed 2 years ago

ilyashuma commented 3 years ago

The small change adds a new field request_id to the GRPC.Server.Stream struct. It may be handy for logging purposes.

polvalente commented 2 years ago

@ilyashuma let me know if you want me to take over these changes

ilyashuma commented 2 years ago

Hi, @polvalente, yup, go ahead. Thank you!