Huanli-Meng commented on a change in pull request #9707:
URL: https://github.com/apache/pulsar/pull/9707#discussion_r583302225



##########
File path: site2/docs/client-libraries-python.md
##########
@@ -288,3 +288,103 @@ class Example(Record):
     a = String()
     sub = MySubRecord()
 ```
+
+## End-to-end encryption
+
+[End-to-end 
encryption](https://pulsar.apache.org/docs/en/next/cookbooks-encryption/#docsNav)
 allows applications to encrypt messages at producers and decrypt at consumers.

Review comment:
       ```suggestion
   [End-to-end 
encryption](https://pulsar.apache.org/docs/en/next/cookbooks-encryption/#docsNav)
 allows applications to encrypt messages at producers and decrypt messages at 
consumers.
   ```

##########
File path: site2/docs/client-libraries-python.md
##########
@@ -288,3 +288,103 @@ class Example(Record):
     a = String()
     sub = MySubRecord()
 ```
+
+## End-to-end encryption
+
+[End-to-end 
encryption](https://pulsar.apache.org/docs/en/next/cookbooks-encryption/#docsNav)
 allows applications to encrypt messages at producers and decrypt at consumers.
+
+### Configuration
+
+If you want to use the end-to-end encryption feature in the Python client, you 
need to configure `publicKeyPath` and `privateKeyPath` for both producer and 
consumer.

Review comment:
       ```suggestion
   To use the end-to-end encryption feature in the Python client, you need to 
configure `publicKeyPath` and `privateKeyPath` for both producer and consumer.
   ```




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


Reply via email to