Skip to content

Commit f0f92de

Browse files
authored
Update description of Kafka message structure
1 parent d5a5155 commit f0f92de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage_descriptions/base-02-nv3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this stage, you'll send a response with a correlation ID.
44

55
Kafka brokers communicate with clients through the [Kafka wire protocol](https://kafka.apache.org/protocol.html). The protocol uses a request-response model: the client sends a request message, and the broker replies with a response message.
66

7-
A Kafka request or response message consists of three parts:
7+
A Kafka message consists of three parts:
88
1. `message_size`
99
2. Header
1010
3. Body

0 commit comments

Comments
 (0)