Get cluster-level metadata for all partitions in topic
Get cluster-level metadata for all partitions in topic.
GET /v1/cluster/partitions/{namespace}/{topic}
curl \ --request GET 'http://localhost:9644/v1/cluster/partitions/{namespace}/{topic}' Response examples (200)
[ { "ns": "string", "partition_id": 42, "replicas": [ { "core": 42, "node_id": 42 } ], "disabled": true, "topic": "string" } ]