sijie commented on a change in pull request #11526:
URL: https://github.com/apache/pulsar/pull/11526#discussion_r688826337
##########
File path: site2/docs/client-libraries-node.md
##########
@@ -107,7 +107,7 @@ Here is an example:
```JavaScript
const producer = await client.createProducer({
- topic: 'my-topic',
+ topic: 'my-topic', // or 'my-tenant/my-namespace/my-topic' to specify
topic's property and namespace
Review comment:
```suggestion
topic: 'my-topic', // or 'my-tenant/my-namespace/my-topic' to specify
topic's tenant and namespace
```
--
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]