Skip to content

Commit ea8083f

Browse files
authored
Fix formatting and clarify API key version details
1 parent 8b9b94b commit ea8083f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stage_descriptions/listing-partitions-01-yk1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ The tester will validate that:
5454
- The correlation ID in the response header matches the correlation ID in the request header.
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`).
57-
- The API key `18` (`ApiVersions`) response has a `min_version` of `0` and a `max_version` of at least `4`
57+
- The API key `18` (`ApiVersions`) response has a `min_version` of `0` and a `max_version` of at least `4`.
5858
- The response for the API key `75` (`DescribeTopicPartitions`) has a `MaxVersion` of at least `0`, and a `MinVersion` of at least `0`.
5959
- The API key `75` (`DescribeTopicPartitions`) response has a `min_version` of `0` and a `max_version` of at least `0`.
6060

6161
### Notes
6262

6363
- The `MaxVersion` for the `DescribeTopicPartitions` and `ApiVersions` is different. For `ApiVersions`, it is 4. For `DescribeTopicPartitions`, it is 0.
64-
- You'll still need to include the entry for `ApiVersions` in your response to pass previous stages.
64+
- You'll still need to include the entry for `ApiVersions` in your response to pass the previous stages.
6565
- 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)