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.
The following changes have been made
a) Made TaskResult templatized
b) Changed TaskHandler#execute method signature to take taskRequestWrapper
c) Moved to the 2.x version of object Mapper ( latest version)
The following changes have been made a) Made TaskResult templatized b) Changed TaskHandler#execute method signature to take taskRequestWrapper c) Moved to the 2.x version of object Mapper ( latest version)