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 6
Foundation for Real Life Implementations
Content Locked
Section 5
Creating and using AVRO schema in Producers
In this lecture, we are going to recreate our POS simulator example to utilize Avro schema and send Avro serialized messages to Confluent Kafka Platform.