Nikita-tech-writer commented on a change in pull request #8446:
URL: https://github.com/apache/ignite/pull/8446#discussion_r556656914
##########
File path:
docs/_docs/code-snippets/java/src/main/java/org/apache/ignite/snippets/TDE.java
##########
@@ -58,6 +58,13 @@ void configuration() {
IgniteFuture<Void> future =
ignite.encryption().changeMasterKey("newMasterKeyName");
//end::master-key-rotation[]
+ //tag::cache-group-key-rotation[]
+ // Starts cache group encryption key change process.
+ // This future will be completed when the new encryption key is set
for writing on
Review comment:
```suggestion
// This feature will be completed when the new encryption key is set
for writing on
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]