Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Mindfulness Personal Development Meditation Personal Transformation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 5 hours on-demand video
  • 1 article
  • 19 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
IT & Software Other IT & Software Apache Kafka

Apache Kafka for absolute beginners

Start Here - Learn Apache Kafka Ecosystem, Architecture, and Client API Programming in Java
Rating: 4.5 out of 54.5 (1,165 ratings)
14,617 students
Created by Prashant Kumar Pandey, Learning Journal
Last updated 1/2021
English
English
30-Day Money-Back Guarantee

What you'll learn

  • Apache Kafka Ecosystem, Components and Big Picture
  • Kafka Architecture and Core Concepts
  • Multi-node Confluent Community Kafka
  • Kafka Storage Architecture in depth
  • Kafka Cluster Architecture in depth
  • Kafka Producer API Programming in Java
  • Kafka Consumer API Programming in Java
  • Idempotence and Transactions in Kafka
  • JSON and AVRO Serialization
  • Exactly Once Processing in Kafka
Curated for the Udemy for Business collection

Requirements

  • You must be familiar with Java Programming

Description

I designed this course for absolute beginners and intermediate Kafka professionals. This course will deliver What? Why? And How? of Apache Kafka and take you deep into Client API programming in Java.

About the Course

I am creating Apache Kafka for absolute beginners course to help you understand the Apache Kafka Stack, the architecture of Kafka components, Kafka Client APIs (Producers and Consumers) and apply that knowledge to create Kafka programs in Java.

Who should take this course?

This course is designed for software engineers, solution architects, and managers willing to implement Kafka and solve real-time stream processing problems. I am also creating this course for data architects and data engineers who are 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. Still, they work with the people who implement Kafka Streams at the ground level.

Who this course is for:

  • Anyone who wants to become familiar with Kafka Technology Ecosystem and its application
  • Software Engineers and Architects who are willing to design and develop Kafka Solutions

Featured review

Atanu Chatterjee
Atanu Chatterjee
110 courses
33 reviews
Rating: 5.0 out of 511 months ago
This course is highly recommended for those who want to learn and start working on Apache Kafka. The instructor explain each and every core concept in very simple and clear language and that's why this one of the best Apache Kafka Course in Udemy.

Course content

10 sections • 54 lectures • 5h 7m total length

  • What is Apache Kafka
    Preview10:00
  • Apache Kafka Core Concepts
    17:49
  • Kafka Connect Core Concepts
    20:52
  • Kafka Streams Core Concepts
    13:36
  • Kafka SQL Core Concepts
    04:37
  • When to use What?
    07:33

  • Kafka Quick Start
    01:21
  • Installing Single Node Kafka Cluster
    09:18
  • Using Command-Line Producer and Consumer
    06:33
  • Installing a Multi-Node Kafka Cluster
    07:30
  • Using Consumer Groups
    08:04
  • Configuring your development IDE
    06:10

  • Understanding Kafka Storage Architecture
    03:10
  • Kafka Topics and Partitions
    06:00
  • Kafka Topic Replication
    02:21
  • Partition Leaders and Followers
    02:04
  • Kafka Log Segments
    02:49
  • Kafka Message Offsets
    02:20
  • Kafka Message Index
    04:49

  • Understanding Kafka Cluster
    02:38
  • Zookeeper in Kafka
    03:18
  • Kafka Cluster Controller
    04:24
  • Partition Allocation and Fault Tolerance
    10:15
  • Partition Leader Vs Partition Follower
    04:53
  • The ISR List - In Sync Replica
    04:34
  • Committed Vs Un-Committed Records
    03:40
  • Minimum ISR List
    02:55

  • Introducing Kafka Producers
    01:22
  • Creating your first Kafka Producer
    10:42
  • Producer Record
    02:29
  • Producer Serializer
    02:12
  • Producer Partitioner
    04:11
  • Message Timestamp
    03:16
  • Producer Message Buffer
    02:40
  • Producer IO Thread and Retires
    01:13
  • Summarizing Producer Internals
    01:58

  • Horizontal Vs. Vertical Scalability
    03:10
  • Producer Multi-Threading Scenario
    01:52
  • Creating Multi-Threaded Kafka Producer
    11:46
  • At Least Once Vs. At Most Once
    03:41
  • Exactly Once - Producer Idempotence
    03:32
  • Transactions in Kafka Producer
    12:50

  • Working with Types and Serialization
    03:22
  • Using JSON Schema
    08:38
  • Using AVRO Schema
    07:38

  • POS Simulator using JSON Serialized Invoices
    09:42
  • POS Simulator using AVRO Serialized Invoices
    10:28

  • Introducing Kafka Consumers
    01:28
  • Creating Kafka Consume - Transform - Produce Pipeline
    11:24
  • Consumer Group and Scalability
    05:02
  • Consumer Positions - Current Offset Vs. Committed Offset
    04:25

  • Challenges with Kafka Consumers?
    03:39
  • Where to go Next?
    01:18
  • Bonus Lecture : Get Extra
    00:22

Instructors

Prashant Kumar Pandey
Architect, Author, Consultant, Trainer @ Learning Journal
Prashant Kumar Pandey
  • 4.6 Instructor Rating
  • 3,492 Reviews
  • 30,126 Students
  • 7 Courses

Prashant Kumar Pandey is passionate about helping people to learn and grow in their career by bridging the gap between their existing and required skills. In his quest to fulfill this mission, he is authoring books, publishing technical articles, and creating training videos to help IT professionals and students succeed in the industry.

With over 18 years of experience in IT as a developer, architect, consultant, trainer, and mentor, he has worked with international software services organizations on various data-centric and Bigdata projects.

Prashant is a firm believer in lifelong continuous learning and skill development. To popularize the importance of lifelong continuous learning, he started publishing free training videos on his YouTube channel and conceptualized the idea of creating a Journal of his learning under the banner of Learning Journal.

He is the founder, lead author, and chief editor of the Learning Journal portal that offers various skill development courses, training, and technical articles since the beginning of the year 2018.

Learning Journal
Online Training Company
Learning Journal
  • 4.6 Instructor Rating
  • 3,492 Reviews
  • 30,115 Students
  • 7 Courses

Learning Journal is a small team of people passionate about helping others learn and grow in their careers by bridging the gap between their existing and required skills. In our quest to fulfill this mission, we are authoring books, publishing technical articles, and creating training videos to help IT professionals and students succeed in the industry.

Together we have over 40+ years of experience in IT as a developer, architect, consultant, trainer, and mentor. We have worked with international software services organizations on various data-centric and Bigdata projects.

Learning Journal is a team of firm believers in lifelong continuous learning and skill development. To popularize the importance of lifelong continuous learning, we started publishing free training videos on our YouTube channel. We conceptualized the notion of continuous learning, creating a journal of our learning under the Learning Journal banner.

We authored various skill development courses, training, and technical articles since the beginning of the year 2018.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.