-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[feature][doc] Add docs for system topic and update for topic policy #14795
Conversation
Hi @RobertIndie @codelipenghui @MarvinCai @Anonymitaet can you pls review this doc PR? Thanks. |
@momo-jun:Thanks for your contribution. For this PR, do we need to update docs? |
@momo-jun:Thanks for providing doc info! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we'd better add a new page/section for pulsar system topics, system topics are just a topic name internally in Pulsar, __change_events
is one of them.
- What is the system topic in Pulsar
- Why are we using system topic
- How many system topics that Pulsar have
- How to enable system topic
- System topic limitations
@codelipenghui Makes sense. Who can provide the draft? |
The pr had no activity for 30 days, mark with Stale label. |
@Technoboy- will provide more inputs soon. |
Ping @Technoboy- @mattisonchao for review. |
Ping @Anonymitaet for review. |
| Namespace | TopicName | Domain | Count | Usage | | ||
|-----------|-----------|--------|-------|-------| | ||
| pulsar/system | `transaction_coordinator_assign_${id}` | Persistent | Default 16 | Transaction coordinator | | ||
| pulsar/system | `_transaction_log${tc_id}` | Persistent | Default 16 | Transaction log | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have been __transaction_log_
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will update it to __transaction_log_${tc_id}
in a follow-up PR. Thank you both.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for updating it and for adding the documentation!
Add docs for #15619 and also fix issue #13856.
Modifications
system topic
.topic-level policies
section: add notes for required configs and add an illustration.The preview looks good, and pls note that there is a slight difference between the latest (master) and earlier versions.
Latest



Since 2.11,
system topic
defaults toenabled
and support listings with a new flag.2.10 and earlier versions

2. The note has slight difference with that of master.Documentation
doc