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

RequestCacheableHystrixTaskHandler.getCacheKey() also receives data #31

Closed harshmoorjani closed 10 years ago

harshmoorjani commented 10 years ago

Required where POST request is made just because of heavy payload and not because it changes the state of target system. These requests can be cached if required but will need data for generating the cache key.