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/03 04:20:33 UTC

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

Anonymitaet commented on a change in pull request #11526:
URL: https://github.com/apache/pulsar/pull/11526#discussion_r681421842



##########
File path: site2/docs/client-libraries-node.md
##########
@@ -137,7 +137,7 @@ Pulsar Node.js producers have the following methods available:
 
 | Parameter | Description | Default |
 | :-------- | :---------- | :------ |
-| `topic` | The Pulsar [topic](reference-terminology.md#topic) to which the producer publishes messages. | |
+| `topic` | The Pulsar [topic](reference-terminology.md#topic) to which the producer publishes messages. Format: `<topic-name>` or `<property(tenant)>/<namespace>/<topic-name>`. E.g.: `sample/ns1/my-topic` | |

Review comment:
       ```suggestion
   | `topic` | The Pulsar [topic](reference-terminology.md#topic) to which the producer publishes messages. The topic format is `<topic-name>` or `<property(tenant)>/<namespace>/<topic-name>`. For example, `sample/ns1/my-topic` | |
   ```




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