[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! |
codelipenghui
left a comment
There was a problem hiding this comment.
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.
This should have been __transaction_log_.
There was a problem hiding this comment.
I will update it to __transaction_log_${tc_id} in a follow-up PR. Thank you both.
There was a problem hiding this comment.
Thank you for updating it and for adding the documentation!

Add docs for #15619 and also fix issue #13856.
Modifications
system topic.topic-level policiessection: 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 topicdefaults toenabledand support listings with a new flag.2.10 and earlier versions

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