Booking options
£14.99
£14.99
On-Demand course
4 hours 50 minutes
All levels
Learn the fundamentals and advanced concepts of Apache Kafka in this course. This course will give you a good understanding of all the concepts through hands-on practice.
This course will walk you through the Kafka concepts step by step. We will explore the Kafka internals from a theoretical perspective followed by hands-on exploring the Kafka internals. Then we will learn about building the Kafka Producer to produce messages into Kafka using the producer API. This is followed by learning the different configurations that guarantee message delivery into Kafka and building Kafka Consumer to read messages from Kafka using the consumer API. In the next section, we will learn about consumer groups and consumer rebalance, consumer offsets, and the different strategies that are available for the consumer to commit the offsets. Next, we will learn about consumer rebalance listeners to perform some clean-up before partition revocation or some initialization tasks during partition assignment. Then learn about the different techniques from the consumer to seek a different offset. And finally, we will code and learn how to build custom Serializer/Deserializer and integrate it into our Kafka Producer/Consumer. By the end of the course, you will have a complete understanding of Apache Kafka and will be able to build Kafka Consumer applications using Java. The complete code bundle for this course is available at https://github.com/PacktPublishing/Apache-Kafka-for-Beginners---Learn-Kafka-by-Hands-On
Understand all the Kafka concepts and Kafka core internals
Learn Kafka internals through practice
Build Kafka Producer applications using Java
Learn the Kafka Producer techniques for reliable data delivery
Build Kafka Consumer applications using Java
Learn to build custom Serializer and Deserializer in Kafka
This course is designed for Kafka beginners and advanced level. Anyone interested in building Java applications using producer and consumer API or interested in learning advanced Kafka Producer and Consumer operations, then this course is for you.
This course will walk you through the Kafka concepts step by step and all the Kafka concepts will be taught through hands-on practice.
Learn to build Kafka Producers/Consumers using Java * Covers advanced Kafka Producer and Consumer concepts * Hands-on oriented course
https://github.com/PacktPublishing/Apache-Kafka-for-Beginners---Learn-Kafka-by-Hands-On
Dilip Sundarraj is a software engineer who has experience with building software since 2008. He is passionate about learning modern technologies and staying up to date with all the modern technologies, tools, frameworks, and more. He loves to share his knowledge with the world and that is one of the key reasons for him to be in the online teaching industry.
He loves interacting with other software developers and believes that this helps him share knowledge and learn from them. During his leisure time, he loves to play cricket, watch movies, and work out in the gym to have a balance between physical and mental strength.
Dilip has a YouTube channel named Code with Dilip, where he has been sharing a lot of technical content related to languages, frameworks, best practices, and more.
1. Getting Started with Course
2. Getting Started with Kafka
3. Download and Install Kafka
4. Understanding Kafka Components and its Internals - (Theory + Hands On)
5. Kafka Producer API - Hands On
6. Kafka Producer API - Guaranteed Message Delivery Configurations
7. Kafka Consumer API - Hands On
8. Consumer Groups & Consumer Rebalance - Hands On
9. Consumer Offsets - Default and Manual Offset Management - Hands On
10. Consumer Rebalance Listeners - Hands On
11. Kafka Consumer - seekToBeginning(), seekToEnd() & seek() - Hands On
12. Custom Serializer and Deserializers in Kafka - Hands On