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 does phantom support cluster? #60

Closed igool closed 8 years ago

igool commented 8 years ago

does phantom support in the distrubute environment?anything you talk, I would be very grateful!.thank you .

regunathb commented 8 years ago

Can you please provide more details on what is the distributed environment here? We run Phantom instances on 100s of machines. Individual Phantom instances however do not communicate/coordinate with each other though. The cluster-dashboard is the only cluster aware component that can monitor across the 100s of machines.

igool commented 8 years ago

ok.i got it.thanks