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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]