Learn Apache Kafka 3.0 cluster deployement, Real World Java Producers/Consumers

What you will learn

Setup a Zookeeper and Kafka cluster on three Ubuntu machines

Start a personal Kafka development environment

Program a SpringBoot Producer & Consumer

Administer Kafka using Kafka Manager

Description

Attention all struggling System Administrators, Architects or even Developers! Here is course on how to set up and deploy Apache Kafka in Cluster mode.

Do you want to learn how to setup a Kafka Cluster on multiple servers and stop struggling with it?

Do you want to understand all the steps to perform a Kafka setup and Kafka Deployment in Production?

Have you been trying endlessly to deploy a Kafka Cluster, but haven’t had any luck?

If you have answered YES, then you are at the right place.


Get Instant Notification of New Courses on our Telegram channel.


Learn from Stephane Maarek, the Best-Selling Instructor on Udemy in Apache Kafka and Big Data!

This course is designed for System Administrators, Architects and Developers. It includes a step by step guide for installing a ZooKeeper Quorum and a Kafka Cluster. Hands-on training on Kafka Administration is also provided.

This course reveals exactly how your Kafka Cluster on multiple machines should be setup and configured. We will start with understanding the Kafka basics, cluster size and the configuration.

We’ll take a step-by-step approach to learn all the fundamentals of Apache Kafka.
At the end of this course, you’ll be productive and you’ll know the following:

  • The Apache Kafka Ecosystem Architecture
  • The Kafka cluster: Multi nodes Deployment on Ubuntu 20.04
  • Launch your own Kafka using native Kafka binaries on Windows
  • Learn and Practice using the Kafka Command Line Interface (CLI)
  • Code Producer and Consumers using the Java API
  • Real world project using Eclipse to developp consumer and producer app.
  • Overview of Advanced APIs (Kafka Connect, Kafka Streams)
  • Real World Case Studies and Big Use cases
  • Overview of Advanced Kafka for Administrators
  • Advanced Topic Configurations
  • Install Kafka manager CMAK

Note: The hands-on section is based on Java, which is the native Kafka programming language

English
language

Content

Introduction

KAFKA Cluster Architecture
Training LAB presentation
KAFKA Cluster multi-NODES deployment on Ubuntu 20.04
Kafka manager CMAK deployment

Deployment on Windows

KAFKA deployment on windows

Spring Cloud Stream Functions

Java SpringBoot App for EventProducer
Java SpringBoot App for EventConsumer
SpringBoot App EventProducer Poller for KAFKA
SpringBoot App Consumer and Producer for KAFKA
SpringBoot App KStream for KAFKA