Jennifer88huang commented on a change in pull request #5091: [doc] Improve 
Pulsar Security Encryption
URL: https://github.com/apache/pulsar/pull/5091#discussion_r321193958
 
 

 ##########
 File path: site2/docs/security-encryption.md
 ##########
 @@ -141,29 +148,29 @@ pulsarClient.close();
 ```
 
 ## Key rotation
-Pulsar generates new AES data key every 4 hours or after a certain number of 
messages are published. The asymmetric public key is automatically fetched by 
producer every 4 hours by calling CryptoKeyReader::getPublicKey() to retrieve 
the latest version.
+Pulsar generates new AES data key every 4 hours or after publishing a certain 
number of messages. Producer fetch the asymmetric public key every 4 hours by 
calling CryptoKeyReader::getPublicKey() to retrieve the latest version.
 
 Review comment:
   Producer fetch?
   Producers fetch
   or
   A producer fetches
   

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to