|
|
|
|
|
by vigilant
3589 days ago
|
|
Is gRPC a full fledged server for API calls? e.g.: Will it have things like monitoring (we've handled x calls to this API in the last hour, the average API call took y milliseconds). Clustering? (a client connects to a list of grpc servers, if one server goes down, the client will automatically connect to the next on the list)? And load balancing? If not, are there existing third party tools to implement these, or is the expectation that the community will create these? |
|