go-kit / kit

A standard library for microservices.
https://gokit.io
MIT License
26.35k stars 2.42k forks source link

feat(jsonrpc): add method to retrieve request ID from context #1281

Open longit644 opened 7 months ago

longit644 commented 7 months ago

This enhancement introduces a method to retrieve the request ID from the context. This is particularly useful for customizing the ErrorEncoder for the jsonrpc transport.

longit644 commented 6 months ago

Hi @peterbourgon, Could you please take a look at this? Thanks.

longit644 commented 1 week ago

Hi @peterbourgon, could you please take a look at this? Thank you.