Master real-time stream processing microservices with Kafka Streams and Spring cloud streams.
About This Video
Explore Kafka Streams with JSON, AVRO, and other custom serialization
Learn Kafka architecture and programming with Kafka Streams API
Understand how to build applications using Spring Boot with streaming data
In Detail
Kafka Streams with Spring Cloud Streams will help you understand stream processing in general and apply it to Kafka …
Kafka Streams with Spring Cloud Stream
Video description
Master real-time stream processing microservices with Kafka Streams and Spring cloud streams.
About This Video
Explore Kafka Streams with JSON, AVRO, and other custom serialization
Learn Kafka architecture and programming with Kafka Streams API
Understand how to build applications using Spring Boot with streaming data
In Detail
Kafka Streams with Spring Cloud Streams will help you understand stream processing in general and apply it to Kafka Streams Programming using Spring Boot.
This course uses the Kafka Streams library compatible with Spring Cloud 2020. All the source code and examples used in this course have been tested by the author on Confluent Platform 6.0.0, which is compatible with Apache Kafka 2.6 open-source distribution.
This is a fully example-driven course, and you will be working with multiple examples during the entire session. We will be making extensive use of IntelliJ IDEA as the preferred development IDE and Apache Maven and Gradle as the preferred build tool. However, based on your prior experience, you should be able to work with any other IDE designed for Spring application development and any other build tool designed for Java applications.
This course also makes use of Log4J2 to teach you industry-standard log implementation in your application. We will be using JUnit5, which is the latest version of JUnit, to implement unit test cases.
Working examples and exercises are the most critical tool to sharpen your skills. This course consists of some programming assignments as and when appropriate. These exercises will help you validate and check your concepts and apply your learning to solve programming problems.
Who this book is for
Kafka Streams with Spring Cloud Streams is designed for software engineers willing to develop a stream processing application using the Kafka Streams library and Spring Boot. This course has also been created for data architects and data engineers responsible for designing and building the organization's data-centric infrastructure. Another group of people is the managers and architects who do not directly work with Kafka implementation, but they work with the people who implement Kafka Streams at the ground level.
Chapter 2 : Environment Setup on Window 10 Machine
Installing Confluent Kafka - Windows WSL
Creating Your First Kafka Streams Project – Windows.
Chapter 3 : Environment Setup on Mac Machine
Installing Confluent Kafka - Mac
Creating Your First Kafka Streams Project – Mac
Chapter 4 : Understanding the Technology Stack
Understanding Kafka Support in Spring
Introduction to Spring Cloud Streams
Introduction to Kafka Streams
Chapter 5 : Producing Data to Kafka
Simple RESTful Kafka Producer
Creating Retail POS Simulator
Producing JSON Messages
Producing AVRO Messages
Chapter 6 : Processing Kafka Streams
Real-Time Stream Processing – Requirement
Processing JSON Message Stream
Real-Life Serialization Scenarios
Processing AVRO Message Stream
Understanding Record Serialization
KStream Methods
Chapter 7 : Working with KStream
Kafka Streams Exactly Once Implementation
Implementing Exactly Once
Let’s Practice - a Complex Problem Statement
Working with XML Inputs
Handling Errors and Exceptions
Mixed Branching of a KStream
Handling Poisson Pills
Chapter 8 : KTable and Aggregations
Introducing KTable
Deep Dive into KTable
Computing Streaming Aggregates
Aggregation Concepts
Reducing a Kafka Stream
Aggregating a Kafka Stream
Aggregation Challenges
KTable Aggregation
Chapter 9 : Timestamp and Windowing Aggregates
Kafka Time Semantics
Windowing Aggregates
Tumbling Window Versus Hopping Time Window
Session Windows
Chapter 10 : Joins in Kafka Streams
Joins in Kafka Stream
KStream to KStream Joins
KTable to KTable Join
KStream to KTable Join
Implementing Complex Aggregation
Chapter 11 : Kafka Streams in Functional Style and Unit Testing
Stream Listener Manual Testing
Stream Listeners Automating Test Cases
Functional Style of Converting Stream Listeners
Chapter 12 : Keep Learning
Final Word
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