We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab45dfb commit c9c3868Copy full SHA for c9c3868
stage_descriptions/listing-partitions-04-ku4.md
@@ -17,7 +17,7 @@ $ ./your_program.sh /tmp/server.properties
17
It will then send a `DescribeTopicPartitions` (v0) request for a topic that has two partitions.
18
19
The tester will verify that:
20
-- The `message_size` field is correct.
+- The `message_size` field correctly represents the size of the header and body.
21
- The correlation ID in the response header matches the correlation ID in the request header.
22
- The `error_code` in the topic entry is `0` (no error).
23
- The response is a valid `DescribeTopicPartitions` (v0) response.
0 commit comments