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.
49 stars 27 forks source link

how to use phantom with thrift tframetransport #58

Closed danielzheng closed 8 years ago

danielzheng commented 8 years ago

Hi, phantom is really a nice middle-ware to proxy and monitor rpc calls. But when the phantom comes with tframetransport, it doesn't work as expected. Could give me some ideas how to make it work.

Thanks.

danielzheng commented 8 years ago

I have solved this problem by myself, thanks all the same.