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

Filtering HystrixCommands by pool name #85

Closed maneeshbhunwal123 closed 2 years ago

maneeshbhunwal123 commented 2 years ago

At times we are only interested in a subset of threadpool, rendering all the commands has repercussion that ui becomes extremely slow becaus it has to continuously update all the values and sort them as well. after this change we would be able to add interested threadpool as a query param, and only commands relevant to those pool will show up.