vsly-ru opened a new pull request #11526:
URL: https://github.com/apache/pulsar/pull/11526
Added topic's name format and examples to specify a tenant and namespace of
the topic.
Previously not a single mention of "namespaces" and how to specify one.
### Motivation & context
Make docs easier.
I'm learning Apache Pulsar and had a confusion by the fact word "namespace"
not mentioned even once in the nodejs part of the documentation. So it was
impossible to know how to specify a namespace and/or tenant during topic
manipulation (subscribing or connecting with a producer).
### Modifications
To address this problem, I added the topic name format (based on Pulsar
console output) and examples to the documentation.
### Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (**no**)
- The public API: (**no**)
- The schema: (**no**)
- The default values of configurations: (**no**)
- The wire protocol: (**no**)
- The rest endpoints: (**no**)
- The admin cli options: (**no**)
- Anything that affects deployment: (**no**)
### Documentation
This is modification to the documentation itself (and only).
--
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]