Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add topic naming note #939

Merged
merged 3 commits into from
Jul 16, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/admin-api-topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ 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.
tisonkun marked this conversation as resolved.
Show resolved Hide resolved
tisonkun marked this conversation as resolved.
Show resolved Hide resolved

:::

## Manage topic resources
Whether it is a persistent or non-persistent topic, you can obtain the topic resources through `pulsar-admin` tool, REST API and Java.

Expand Down
Loading