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 2021/08/13 23:33:21 UTC

[GitHub] [pulsar] sijie commented on a change in pull request #11526: [docs] Format and examples to specify a tenant/namespace for a topic.

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

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