Skip to main content
Back to course
Log in
Get started
Someone wanted to learn this too, so Grasp built them a personal learning path.
Create your own
Kafka
·
Module 1
Kafka Foundations and a Local KRaft Lab
1
Choosing Kafka for Integration Scenarios
Decide whether Kafka is appropriate for a given integration scenario by contrasting event streaming with direct requests and traditional message queues.
Decide whether Kafka is appropriate for a given integration scenario by contrasting event streaming with direct requests and traditional message queues.
2
Tracing a Record Through Kafka Components
Trace a record from a producer through a topic partition to a consumer group, identifying the role of each Kafka component.
Trace a record from a producer through a topic partition to a consumer group, identifying the role of each Kafka component.
3
Launch and Verify a Single-Node KRaft Kafka Broker
Launch a single-node KRaft Kafka environment with Docker and verify that the broker is reachable.
Launch a single-node KRaft Kafka environment with Docker and verify that the broker is reachable.
4
Testing Kafka Topics with Command-Line Producer and Consumer
Create and inspect a topic, then exchange test records with Kafka’s command-line producer and consumer.
Create and inspect a topic, then exchange test records with Kafka’s command-line producer and consumer.
Next module isn't ready yet,
Back to course
Previous module
Next module