Skip to content
Snippets Groups Projects
Commit 66b5bbbc authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6162 OZG-7060 Remove grpc client file-manager

(cherry picked from commit 8383deb7)
parent f049cb15
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,6 @@ grpc:
negotiationType: PLAINTEXT
zufi-manager:
negotiationType: PLAINTEXT
file-manager:
negotiationType: PLAINTEXT
ozgcloud:
feature:
......
......@@ -66,9 +66,6 @@ grpc:
zufi-manager:
address: static://127.0.0.1:9190
negotiationType: TLS
file-manager:
address: static://127.0.0.1:9090
negotiationType: TLS
ozgcloud:
auth:
......
......@@ -40,8 +40,6 @@ public class GrpcUtil {
public static final String ZUFI_MANAGER_GRPC_CLIENT = "zufi-manager";
public static final String FILE_MANAGER_GRPC_CLIENT = "file-manager";
public static final String SERVICE_KEY = "GRPC_SERVICE";
public static Key<String> keyOfString(String key) {
......
......@@ -10,7 +10,7 @@ import net.devh.boot.grpc.client.inject.GrpcClient;
@Service
class ExportRemoteService {
@GrpcClient(GrpcUtil.FILE_MANAGER_GRPC_CLIENT)
@GrpcClient(GrpcUtil.VORGANG_MANAGER_GRPC_CLIENT)
private ExportServiceBlockingStub exportServiceStub;
public ExportedVorgangFile exportVorgang(String vorgangId) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment