Book Image

Apache Kafka - Real-time Stream Processing (Master Class) [Video]

By : Prashant Kumar Pandey
3.5 (2)
Book Image

Apache Kafka - Real-time Stream Processing (Master Class) [Video]

3.5 (2)
By: Prashant Kumar Pandey

Overview of this book

If you want to understand the concept of stream processing, this course is for you. Using Kafka, the course will help you get to grips with real-time stream processing and enable you to apply that knowledge to learn Kafka programming techniques. This course uses the Kafka Streams library available in Apache Kafka 2.x. All the source code and examples on Apache Kafka 2.3 open-source distribution have been tested. You'll understand and explore Confluent Platform functionalities such as Schema Registry and Avro Serdes using the Confluent Community Version. This course makes extensive use of IntelliJ IDEA and Apache Maven as the preferred development IDE. You'll leverage Log4J2 and JUnit5 for industry-standard log implementation in your application and implementing unit test cases, respectively. The code bundle is available at https://github.com/PacktPublishing/Apache-Kafka---Real-time-Stream-Processing-Master-Class
Table of Contents (14 chapters)
Chapter 4
Creating Real-time Streams
Content Locked
Section 3
Kafka Producer Internals
In this lecture, you will learn about the internals of Kafka Producer API. While the API methods are straightforward, but a lot of things happen behind the scenes. This lecture will help you understand what happens under the hood and build solid conceptual foundation.