PakhomovAlexander commented on code in PR #5259: URL: https://github.com/apache/ignite-3/pull/5259#discussion_r1965107391
########## modules/rest/src/main/java/org/apache/ignite/internal/rest/transaction/TransactionController.java: ########## @@ -78,7 +78,6 @@ public CompletableFuture<TransactionInfo> transaction(UUID transactionId) { @Override public CompletableFuture<Void> cancelTransaction(UUID transactionId) { Review Comment: +1. If we call this method like "kill" in Transaction API, then REST API should have same naming. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org