vault backup: 2024-10-27 10:09:24

This commit is contained in:
2024-10-27 10:09:24 +08:00
parent e5a8117d22
commit 4e70ba49b3
4 changed files with 32 additions and 14 deletions

12
Kafka/3.Customer.md Normal file
View File

@@ -0,0 +1,12 @@
### kafka的数据结构
查看数据日志文件信息
```bash
kafka-dump-log.sh --print-data-log --files 00000000000000000000.log
# 或者
kafka-run-class.sh kafka.tools.DumpLogSegments --print-data-log --files 00000000000000000000.log
```
![[./assert/1.png]]
### 消费者的结构
![[./assert/2.png]]

BIN
Kafka/assert/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

BIN
Kafka/assert/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB