Pulsar stores data on BookKeeper ledgers, you can understand the contents of a ledger by inspecting the metadata attached to the ledger. Such metadata are stored on ZooKeeper and they are readable using BookKeeper APIs.
Description of current metadata:
范围 | Metadata name | Metadata value |
---|---|---|
All ledgers | application | ‘pulsar’ |
All ledgers | component | ‘managed-ledger’, ‘schema’, ‘compacted-topic’ |
Managed ledgers | pulsar/managed-ledger | name of the ledger |
Cursor | pulsar/cursor | name of the cursor |
Compacted topic | pulsar/compactedTopic | name of the original topic |
Compacted topic | pulsar/compactedTo | id of the last compacted message |
当前内容版权归 Apache Pulsar 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 Apache Pulsar .