You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 1, 2019. It is now read-only.
This is a feature request, the parallec library works beautifully for making parallel requests and is blazing fast. However, It'd be really nice to enable a way to easily send grpc calls to a given list of (host, port) pairs. Its currently quite cumbersome for a developer making grpc requests to handle the threads and make the requests to the list of host, port pairs
The text was updated successfully, but these errors were encountered:
@sudheesh001 Hi Sudheesh, thanks for the kind words and suggestion. It is a part of future work and just lack of resources for now. Feel free to submit a pull request and I can review that
Hi Team,
This is a feature request, the
parallec
library works beautifully for making parallel requests and is blazing fast. However, It'd be really nice to enable a way to easily sendgrpc
calls to a given list of(host, port)
pairs. Its currently quite cumbersome for a developer makinggrpc
requests to handle the threads and make the requests to the list ofhost, port
pairsThe text was updated successfully, but these errors were encountered: