cs3org / reva

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
https://reva.link
Apache License 2.0
165 stars 113 forks source link

add kuberesolver #4744

Open butonic opened 6 days ago

butonic commented 6 days ago

The service registry now takes into account the service transport when creating grpc clients. This allows using dns and unix as the protocol in addition to tcp. dns will turn the gRPC client into a Thick Client that can look up multiple endpoints via DNS. Furthermore, we enabled round robin load balancing for the default transparent retry configuration of gRPC.

related: