You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/09/05 10:56:24 UTC

[GitHub] [pulsar] Jennifer88huang commented on a change in pull request #5091: [doc] Improve Pulsar Security Encryption

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:
users@infra.apache.org


With regards,
Apache Git Services