From the course: Apache Kafka Essential Training: Getting Started (2021)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Kafka basics use case: Problem definition

Kafka basics use case: Problem definition

From the course: Apache Kafka Essential Training: Getting Started (2021)

Start my 1-month free trial

Kafka basics use case: Problem definition

- [Kumaran] In this chapter you will implement a simple use case in Kafka to exercise the learnings in the course. Beyond this use case I also recommend you to try out some of your own use cases. We have three exercises to do in this course. First, create a topic called, Kafka.usecase.students. Assume that this topic would be used to publish student's course. It will have two partitions and an application factor of one. Second, use the console producer to publish messages to this topic. Publish both key and value. Use a console consumer to consumer suggest from this topic. Finally, build a producer and a consumer in Java for the same topic. Best of luck for the use case. Once you have completed the use case, you can also check the other videos in this chapter for the solutions.

Contents