From a67fa5a79d2a1b5a5c1e993b04e928b12fcb278c Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 22 Oct 2024 11:19:34 +0200 Subject: [PATCH] Update services/gateway/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörn Friedrich Dreyer --- services/gateway/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gateway/README.md b/services/gateway/README.md index 7cc66d9e73..9c162bcbb4 100644 --- a/services/gateway/README.md +++ b/services/gateway/README.md @@ -30,7 +30,7 @@ Store specific notes: ## Service Endpoints **IMPORTANT**\ -This functionality is currently highly experimental and intended for testing only! There are known bugs that need to be sorted out like not closing sockets when a service ends. +This functionality is currently highly experimental and intended for testing only! There are known bugs that need to be sorted out like not removing sockets when a service ends. The gateway acts as a proxy for other CS3 services. As such it has to forward requests to a lot of services and needs to establish connections by looking up the IP address using the service registry. Instead of using the service registry each endpoint can also be configured to use the grpc `dns://` or `kubernetes://` URLs, which might be useful when running in kubernetes.