You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by "Anonymitaet (via GitHub)" <gi...@apache.org> on 2023/05/19 01:02:06 UTC

[GitHub] [pulsar-site] Anonymitaet commented on a diff in pull request #581: [fix] Fix some typos in End-to-End Encryption

Anonymitaet commented on code in PR #581:
URL: https://github.com/apache/pulsar-site/pull/581#discussion_r1198443595


##########
docs/security-encryption.md:
##########
@@ -351,7 +351,7 @@ If the produced messages are consumed across application boundaries, you need to
    </TabItem>
    <TabItem value="Node.js">
 
-   Currently, customizing the `CryptoKeyReader` implementation is not supported in Python. However, you can use the default implementation by specifying the path of the private key and public keys.
+   Currently, customizing the `CryptoKeyReader` implementation is not supported in Nodejs client. However, you can use the default implementation by specifying the path of the private key and public keys.

Review Comment:
   https://en.wikipedia.org/wiki/Node.js



##########
docs/security-encryption.md:
##########
@@ -351,7 +351,7 @@ If the produced messages are consumed across application boundaries, you need to
    </TabItem>
    <TabItem value="Node.js">
 
-   Currently, customizing the `CryptoKeyReader` implementation is not supported in Python. However, you can use the default implementation by specifying the path of the private key and public keys.
+   Currently, customizing the `CryptoKeyReader` implementation is not supported in Nodejs client. However, you can use the default implementation by specifying the path of the private key and public keys.

Review Comment:
   ```suggestion
      Currently, customizing the `CryptoKeyReader` implementation is not supported in Node.js client. However, you can use the default implementation by specifying the path of the private key and public keys.
   ```



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org