Mat Pataki
Mat Pataki
In order to achieve reusability in avro schemas, we have a couple options. We can use schema references on the `.avsc` level or we can use `.avdl` or `.avpr`, among...
**Describe the bug** When a grpc server is abruptly closed while a streaming RPC is open, client may see a RST_STREAM http/2 frame. No grpc level status, trailer, etc. are...
**Describe the bug** The following error can be thrown when using pings on a grpc transport when the connection is closed: ``` Unhandled Error: The session has been destroyed at...