123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "version": 1,
- "partitions": [
- {
- "topic": "test-topic",
- "partition": 0,
- "replicas": [
- 1,
- 2,
- 3
- ],
- "log_dirs": [
- "any",
- "any",
- "any"
- ]
- },
- {
- "topic": "test-topic",
- "partition": 1,
- "replicas": [
- 2,
- 3,
- 5
- ],
- "log_dirs": [
- "any",
- "any",
- "any"
- ]
- },
- {
- "topic": "test-topic",
- "partition": 2,
- "replicas": [
- 3,
- 5,
- 0
- ],
- "log_dirs": [
- "any",
- "any",
- "any"
- ]
- },
- {
- "topic": "test-topic",
- "partition": 3,
- "replicas": [
- 5,
- 0,
- 1
- ],
- "log_dirs": [
- "any",
- "any",
- "any"
- ]
- },
- {
- "topic": "test-topic",
- "partition": 4,
- "replicas": [
- 0,
- 1,
- 2
- ],
- "log_dirs": [
- "any",
- "any",
- "any"
- ]
- }
- ]
- }
|