Skip to content

Commit c893755

Browse files
authored
Update listing-partitions-01-yk1.md
1 parent ea8083f commit c893755

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stage_descriptions/listing-partitions-01-yk1.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,9 @@ The tester will validate that:
5555
- The `error_code` in the response body is `0` (No Error).
5656
- The response body includes entries for both API key 18 (`ApiVersions`) and API key 75 (`DescribeTopicPartitions`).
5757
- The API key `18` (`ApiVersions`) response has a `min_version` of `0` and a `max_version` of at least `4`.
58-
- The response for the API key `75` (`DescribeTopicPartitions`) has a `MaxVersion` of at least `0`, and a `MinVersion` of at least `0`.
5958
- The API key `75` (`DescribeTopicPartitions`) response has a `min_version` of `0` and a `max_version` of at least `0`.
6059

6160
### Notes
6261

63-
- The `MaxVersion` for the `DescribeTopicPartitions` and `ApiVersions` is different. For `ApiVersions`, it is 4. For `DescribeTopicPartitions`, it is 0.
6462
- You'll still need to include the entry for `ApiVersions` in your response to pass the previous stages.
6563
- We'll get to implementing the `DescribeTopicPartitions` request in later stages. For this stage, you only need to add an entry to the ApiVersions response.

0 commit comments

Comments
 (0)