Kafka For Data Engineers
Learn Data Engineering Using Open Source Kafka
Kafka is the leading open source platform for real time event streaming. In this course you can learn how to deploy and operate Kafka clusters and how to build reliable and high performing streaming solutions.
Introduction To Kafka
Introduction to Apache Kafka including some of the core concepts and use cases.
View lessonSetting Up Your Kafka Broker
In this lesson we will setup our Kafka broker in standalone mode.
View lessonAdministering Kafka Topics
In this lesson we will learn about Kafka Topics, including what they are and how to configure and optimise them.
View lessonKafka Partitions
In this lesson we will learn about Kafka partitions, which are the one of the main ways in which we can improve parallelism and therefore performance of your Kafka deployment.
View lessonKafka Consumer Groups
In this lesson we will learn about Kafka Consumer Groups, including how to configure them and some of the relevant parameters.
View lessonKafka Performance Test Scripts
In this lesson we will learn about the Kafka performance test scripts, which can be used for measuring the performance of your Kafka deployment for both producers and consumers.
View lesson