{ "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" ] } ] }