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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to