Description
It is better to have DataStreamRequestByteBuf implementing UncheckedAutoCloseable. Then, we can use try-with-resources to release ByteBuf inside DataStreamRequestByteBuf.
There is a List<Proxies> in NettyServerStreamRpc. It is better to refactor the code to a new ProxiesPool inner class.
Attachments
Issue Links
- links to