flipkart-incubator / phantom

Phantom is a high performance proxy for accessing distributed services. It is an RPC system with support for different transports and protocols. Phantom is inspired by Twitter Finagle clients and builds on the capabilities of technologies like Netty, Unix Domain Sockets, Netflix Hystrix and Spring. Phantom proxies have been used to serve several hundred million API calls in production deployments at Flipkart.
50 stars 27 forks source link

Upgrading to netty 4 #6

Closed ghost closed 10 years ago

ghost commented 10 years ago

Can we upgrade it to netty 4 as it has major performance improvements.

regunathb commented 10 years ago

Agree that Netty 4 has performance improvements. However from our current usage, we observe bottlenecks are more at the services being proxied. A Netty 4 upgrade is therefore not on the priority list right now. Will be happy to accept pull requests though.