tisonkun commented on code in PR #939: URL: https://github.com/apache/pulsar-site/pull/939#discussion_r1676188764
########## docs/admin-api-topics.md: ########## @@ -34,6 +34,10 @@ Non-persistent topics are used in applications that only consume real-time publi non-persistent://tenant/namespace/topic ``` +:::note + +Topic naming: due to backward compability, some special characters, eg., "/", is allowed as a part of topic name. But we recommended that you should avoid using special characters as a part of topic name. Review Comment: ```suggestion Topic naming: due to backward compability, some special characters, eg., "/", is allowed as a part of topic name. But we recommended that you should avoid using special characters as a part of topic name. ::: ``` -- 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]
