Book Image

Build scalable applications with Apache Kafka [Video]

By : Tomasz Lelek
Book Image

Build scalable applications with Apache Kafka [Video]

By: Tomasz Lelek

Overview of this book

<p>Today's application are build in the Microservices Architecture. Having a lot of Microservices that needs to communicate with each other can be problematic as they quickly become tight coupled. Apache Kafka allows us to create services that are loosely coupled and operate in the event driven way.</p> <p>We can build components that process events and apply business logic as events arrived and publish those events further into the processing chain.We will learn how to use Apache Kafka to create applications that works in the publish-subscribe model.</p> <p>We will delve into the Kafka Architecture and its Producer and Consumer API. We will learn how replication and fault tolerance is achieved in Kafka. We will learn how to leverage Kafka to build truly Resilient, Scalable and event driven applications.</p> <h1>Style and Approach</h1> <p>This video course will help us to understand to write an application in the event driven way for which we need to employ the publish-subscribe model. Then, we will learn how to leverage that technology to create scalable and resilient applications that work in an event-driven way. When thinking about scalability of our application and using Kafka we need to carefully plan how our data should be partitioned and how many partitions it should have.</p> <p>We will learn how to choose a proper number of partitions. Then we will learn Producer and Consumer API and how a number of both of them affects performance and scalability of our solution.</p>
Table of Contents (3 chapters)
Chapter 1
Apache Kafka Architecture
Section 1
The Course Overview
This video provides an overview of the entire course.