Skip to content

Commit df4b4a9

Browse files
committed
Update course description and short description for Kafka challenge.
1 parent 912e10d commit df4b4a9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

course-definition.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@ short_name: "Kafka"
44
release_status: "alpha"
55

66
description_md: |-
7-
Kafka is a distributed event streaming platform capable of handling high-throughput message processing. In this challenge, you'll build a toy Kafka clone that's capable of accepting and responding to APIVersions & Fetch API requests. You'll also learn about encoding and decoding messages using the Kafka wire protocol. You'll also learn about handling the network protocol, event loops, TCP sockets and more.
7+
Apache Kafka is a distributed event streaming platform often used for high-performance data pipelines. In this challenge, you'll build your own Kafka broker
8+
that's capable of serving basic requests.
9+
10+
Along the way you'll learn about TCP servers, the Kafka wire protocol and more.
811
912
short_description_md: |-
10-
Learn about TCP sockets, the Kafka wire protocol, event loops and more.
13+
Learn about TCP servers, the Kafka wire protocol and more.
1114
1215
completion_percentage: 15
1316

0 commit comments

Comments
 (0)