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

Maven dependency #35

Closed jinsenglin closed 9 years ago

jinsenglin commented 9 years ago

Hi folks

I find that there is a missing artifact issue problem on junixsocket. To solve this issue, I manually download the artifact from https://code.google.com/p/junixsocket/ to my local maven repository. Hope this inconvenience can be fixed.

regunathb commented 9 years ago

This issue is already documentted in the Wiki page here : https://github.com/Flipkart/phantom/wiki/Unix-domain-socket-transport-for-netty. The creators of this library haven't made binaries of it available in any known public repository unfortunately.