Skip to content

Commit c9c3868

Browse files
authored
Clarify 'message_size' field description
Updated the description of the 'message_size' field to clarify that it represents the size of both the header and body.
1 parent ab45dfb commit c9c3868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage_descriptions/listing-partitions-04-ku4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ ./your_program.sh /tmp/server.properties
1717
It will then send a `DescribeTopicPartitions` (v0) request for a topic that has two partitions.
1818

1919
The tester will verify that:
20-
- The `message_size` field is correct.
20+
- The `message_size` field correctly represents the size of the header and body.
2121
- The correlation ID in the response header matches the correlation ID in the request header.
2222
- The `error_code` in the topic entry is `0` (no error).
2323
- The response is a valid `DescribeTopicPartitions` (v0) response.

0 commit comments

Comments
 (0)