Apache Kafka for Beginners - Learn Kafka by Hands-On
Video description
Learn in detail about Apache Kafka platform, which is used by giants such as Netflix and LinkedIn. A hands-on approach to build Kafka consumer applications using Java to reinforce your learning.
About This Video
Learn to build Kafka Producers/Consumers using Java
Covers advanced Kafka Producer and Consumer concepts
Hands-on oriented course
In Detail
This course will walk you through the Kafka concepts step by step. We will …
Apache Kafka for Beginners - Learn Kafka by Hands-On
Video description
Learn in detail about Apache Kafka platform, which is used by giants such as Netflix and LinkedIn. A hands-on approach to build Kafka consumer applications using Java to reinforce your learning.
About This Video
Learn to build Kafka Producers/Consumers using Java
Covers advanced Kafka Producer and Consumer concepts
Hands-on oriented course
In Detail
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.
Who this book is for
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.
Chapter 12 : Custom Serializer and Deserializers in Kafka – Hands-On
Why Custom Kafka Serializer/Deserializer?
Build a Custom Serializer in Kafka Producer Using Jackson ObjectMapper
Build Kafka Producer Using Custom Serializer
Build a Custom DeSerializer in Kafka Producer Using Jackson ObjectMapper
Build Kafka Consumer Using Custom Serializer
Publish Custom Objects Using StringSerializer and Jackson ObjectMapper
Consume Custom Objects using StringDeserializer and Jackson ObjectMapper
Start your Free Trial Self paced Go to the Course We have partnered with providers to bring you collection of courses, When you buy through links on our site, we may earn an affiliate commission from provider.
This site uses cookies. By continuing to use this website, you agree to their use.I Accept