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

fix configuration of commandServiceStub.

parent 18608b8b
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ public class GrpcOzgCloudCommandService implements OzgCloudCommandService { ...@@ -18,7 +18,7 @@ public class GrpcOzgCloudCommandService implements OzgCloudCommandService {
private static final int WAIT_TIME_MS = 500; private static final int WAIT_TIME_MS = 500;
public static final int DEFAULT_COMMAND_REQUEST_THRESHOLD_MILLIS = 10000; public static final int DEFAULT_COMMAND_REQUEST_THRESHOLD_MILLIS = 10000;
@GrpcClient("command-manager") @GrpcClient("ozgcloud-command-manager")
private final CommandServiceBlockingStub commandServiceStub; private final CommandServiceBlockingStub commandServiceStub;
private final CommandMapper mapper; private final CommandMapper mapper;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment