Pochatkin commented on code in PR #6625:
URL: https://github.com/apache/ignite-3/pull/6625#discussion_r2376098195
##########
modules/rest-api/src/main/java/org/apache/ignite/internal/rest/api/deployment/DeploymentCodeApi.java:
##########
@@ -80,6 +81,36 @@ CompletableFuture<Boolean> deploy(
Optional<List<String>> initialNodes
);
+ /**
+ * Deploy unit REST method.
+ */
+ @Operation(operationId = "deployUnit", summary = "Deploy unit",
description = "Deploys provided unit to the cluster.")
Review Comment:
Done
##########
modules/rest-api/src/main/java/org/apache/ignite/internal/rest/api/deployment/DeploymentCodeApi.java:
##########
@@ -80,6 +81,36 @@ CompletableFuture<Boolean> deploy(
Optional<List<String>> initialNodes
);
+ /**
+ * Deploy unit REST method.
Review Comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]