| |
| { |
| "apiKey": 91, |
| "type": "response", |
| "name": "AlterShareGroupOffsetsResponse", |
| "validVersions": "0", |
| "flexibleVersions": "0+", |
| // Supported errors: |
| // - GROUP_AUTHORIZATION_FAILED (version 0+) |
| // - TOPIC_AUTHORIZATION_FAILED (version 0+) |
| // - NOT_COORDINATOR (version 0+) |
| // - COORDINATOR_NOT_AVAILABLE (version 0+) |
| // - COORDINATOR_LOAD_IN_PROGRESS (version 0+) |
| // - GROUP_ID_NOT_FOUND (version 0+) |
| // - NON_EMPTY_GROUP (version 0+) |
| // - KAFKA_STORAGE_ERROR (version 0+) |
| // - INVALID_REQUEST (version 0+) |
| // - UNKNOWN_SERVER_ERROR (version 0+) |
| "fields": [ |
| { "name": "ThrottleTimeMs", "type": "int32", "versions": "0+", |
| "about": "The duration in milliseconds for which the request was throttled due to a quota violation, or zero if the request did not violate any quota." }, |
| { "name": "ErrorCode", "type": "int16", "versions": "0+", |
| "about": "The top-level error code, or 0 if there was no error." }, |
| { "name": "ErrorMessage", "type": "string", "versions": "0+", "nullableVersions": "0+", "default": "null", |
| "about": "The top-level error message, or null if there was no error." }, |
| { "name": "Responses", "type": "[]AlterShareGroupOffsetsResponseTopic", "versions": "0+", |
| "about": "The results for each topic.", "fields": [ |
| { "name": "TopicName", "type": "string", "versions": "0+", "entityType": "topicName", "mapKey": true, |
| "about": "The topic name." }, |
| { "name": "TopicId", "type": "uuid", "versions": "0+", |
| "about": "The unique topic ID." }, |
| { "name": "Partitions", "type": "[]AlterShareGroupOffsetsResponsePartition", "versions": "0+", "fields": [ |
| { "name": "PartitionIndex", "type": "int32", "versions": "0+", |
| "about": "The partition index." }, |
| { "name": "ErrorCode", "type": "int16", "versions": "0+", |
| "about": "The error code, or 0 if there was no error." }, |
| { "name": "ErrorMessage", "type": "string", "versions": "0+", "nullableVersions": "0+", "default": "null", |
| "about": "The error message, or null if there was no error." } |
| ]} |
| ]} |
| ] |
| } |