Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Limit: 1000 partitions max per response.

The caller can query can query the partitions with starting from the first partition id(-1 means fetch all the partitions, others mean to fetch the partition with and after this index).

If the server finds more than 1000 partitions to be included, only the first 1000(alphabet order) will be returned with info.

...

{
  "apiKey":69,
  "type": "request",
  "listeners": ["broker"],
  "name": "DescribeTopicRequest",
  "validVersions": "0",
  "flexibleVersions": "0+",
  "fields": [
    { "name": "Topics", "type": "[]TopicRequest", "versions": "0+",
      "about": "The topics to fetch details for.", "versions": "0+", "entityType": "topicRequest",
"fields": [
{ "name": "FirstPartitionId", "type": "int32", "default": "-10", "versions": "0+",
"about": "The first partition index to fetch details for. -1 means to fetch all partitions,
others mean to fetch the partitions with and after this index."}
]} ] }

DescribeTopicResponse

...