linkedin / rest.li

Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
rest.li
Other
2.51k stars 546 forks source link

Cleanup Unused Netty Code path as we are only using PipelineV2 #739

Open nizarm opened 2 years ago

nizarm commented 2 years ago

Cleanup Technical debt by removing all the Netty code paths associated with Pipeline V2. Since PipelineV2 is globally enabled for all the services, removing this unused code will greatly improve the readability and manageability of R2 Netty Stack