Mô tả

The new volume in the Apache Kafka Series!

Learn Apache Avro, the Confluent Schema Registry for Apache Kafka and the Confluent REST Proxy for Apache Kafka. Join hundreds of knowledge savvy students into learning some of the most important components in a typical Apache Kafka stack.

Take a look at these student reviews...

5 stars - "Excellent course. A must for Apache Kafka users." – Mayank

5 stars -"Beautiful explanation of Avro and how to use it with Apache Kafka. This knowledge enhancing like all your other courses. We have Apache Kafka from Confluent in our enterprise and this is what I was exactly looking for. Thanks a lot." – Vinod

5 stars - "Stephane Maarek is truly remarkable instructor! His instructional videos do not disappoint, they keep me wanting more and provide exactly the Kafka skills needed to be successful." – Troy

----------------------------

Apache Avro is one of the most powerful and most popular fast data serialisation mechanism with Apache Kafka

> Schema is a first class citizen of the data
> Data serialisation format that is lightweight
> Documentation is embedded in the schema
> Easy to read and write using many languages
> Fast & Big data de-facto data serialisation format


Confluent Schema Registry for Apache Kafka is the de-facto standard way of storing Avro Schemas for your Apache Kafka Topics.

> Stores a versioned history of all your schemas in Apache Kafka
> Supports and enforces conditions for schema evolution (backward, forward, full compatibility)
> Kafka Avro Serialiser and Deserialiser automatically integrate with Apache Kafka and Confluent Schema Registry
> Make your messages much smaller and lighter! Perfect for increasing Apache Kafka throughput and performance

Confluent REST Proxy is the perfect way to communicate for sending Avro data using non Java languages to Apache Kafka. 

> Write and Read binary, JSON and Avro data to Apache Kafka using an HTTP REST API
> Interact with Apache Kafka using any programming language (not just Java)
> Consult topic list and topic metadata in Apache Kafka

Hands On & Theory Based Course

Note: This course is comprehensive, and the Apache Kafka related bits do not start before the Kafka Schema Registry section. This is to ensure Avro Schema and Avro in Java is fully understood before moving to the Confluent Schema Registry for Apache Kafka. 

This course is the first and only available Kafka Schema Registry and Kafka REST Proxy course on the web. Get it now to become an Apache Kafka expert!


===============================

Instructor

My name is Stephane Maarek, and I'll be your instructor in this course. I teach about Apache Kafka, the Kafka ecosystem and Kafka Certifications with my focus always on helping my students improve their professional proficiencies. I am also the co-founder of Conduktor: an enterprise Apache Kafka platform & UI to help everyone use Kafka.

Throughout my career in designing and delivering these certifications and courses, I have already taught 1,000,000+ students and gotten 350,000+ reviews!

With Apache Kafka becoming much more than a buzzword out there, I've decided it's time for students to properly learn how to be a Kafka professional. So, let’s kick start the course! You are in good hands!

===============================

This Course Also Comes With:

  • Lifetime Access to All Future Updates

  • A responsive instructor in the Q&A Section

  • Links to interesting articles, and lots of good code to base your next applications onto

  • Udemy Certificate of Completion Ready for Download

This is the course that could improve your career!

Apache Kafka is a skill in high demand and there are not enough people to fulfill all the open positions. You can boost your income, take on new roles and fun challenges. Many of my students are now the Kafka experts of their companies! You can be the next!

I hope to see you inside the course!

=======================

Note: Looking for more advanced Kafka concepts? There are many volumes in the Apache Kafka Series:

  • Learn Kafka for Beginners v2 (great to start)

  • Kafka Connect Hands On Learning

  • Kafka Streams for Data Processing

  • KSQL on ksqlDB - Hands On!

  • Kafka Cluster Setup & Administration

  • Confluent Schema Registry & Kafka REST Proxy

  • Kafka Security (SSL SASL ACL)

  • Kafka Monitoring and Operations

Happy learning!



Bạn sẽ học được gì

Write simple and complex Avro Schemas

Create, Write and Read Avro objects in Java

Write a Java Producer and Consumer leveraging Avro data and the Schema Registry

Learn about Schema Evolution

Perform Schema evolution using the command line and in Java

Utilize the REST Proxy using a REST Client

Yêu cầu

  • Good knowledge of Apache Kafka
  • Some Java knowledge
  • A recent computer (Windows / Linux / Mac OS X) with 4GB of RAM
  • Understand JSON data format
  • Knowledge of REST APIs is better

Nội dung khoá học

9 sections

Course Introduction

4 lectures
The need of schemas in Kafka
04:10
Course Structure & Objectives
05:57
About your instructor
02:45
Architecture for Kafka with the Schema Registry and REST Proxy
02:26

Code Download

1 lectures
Code Download for the Class
00:14

Avro Schemas

10 lectures
What is Avro?
08:19
Avro Primitive Types
02:16
Avro Record Schema Definition
06:41
Avro Complex Types
05:46
Practice Exercise: Customer & CustomerAddress
04:51
Avro Logical Types
02:46
The complex case of Decimals
04:01
Example of Avro Schemas on the Web
00:08
Avro Schemas Quiz
7 questions
Avro Section Summary
00:37

Avro in Java

10 lectures
Section Objective
01:16
Generic Record in Avro - Hands On
20:10
Specific Record in Avro - Hands On
13:33
Check-in on now vs later in Kafka
01:43
Avro Tools - Hands On
04:15
Reflection in Avro - Hands On
04:44
Schema Evolution - Theory
07:42
Schema Evolution - Hands On
07:33
Avro in Java Quiz
10 questions
Avro Java Section Summary
01:51

Setup and Launch Kafka

9 lectures
Important information about Kafka setup
01:03
Docker on Mac (recent versions)
03:54
Docker Toolbox on Mac (older versions)
05:16
Docker on Linux (ubuntu as an example)
04:56
Docker on Windows 10 64bit
03:42
Docker Toolbox on Windows (older versions)
05:37
Increasing RAM for Docker - PLEASE READ
01:01
Frequently Asked Questions - Common Issues
02:26
Starting Kafka using Docker Compose
04:36

Confluent Schema Registry and Kafka

11 lectures
Confluent Schema Registry
07:44
Kafka Avro Console Producer & Consumer
09:29
Writing a Kafka Avro Producer in Java
12:58
Writing a Kafka Avro Consumer in Java
07:40
Reminder on Schema Evolution
01:04
Writing a V2 Kafka Producer
06:58
Writing a V2 Kafka Consumer
03:45
Summary on Compatibility Changes
01:15
Kafka Schema Registry Deep Dive
04:31
Managing Schemas Efficiently & Section Summary
02:13
Confluent Schema Registry and Kafka Quiz
7 questions

Confluent REST Proxy

11 lectures
Kafka REST Proxy Introduction and Purpose
03:54
V1 vs V2 APIs
02:18
Insomnia Setup (REST Client)
01:26
Topic Operations
03:26
Producing in Binary with the Kafka REST Proxy
07:15
Consuming in Binary with the Kafka REST Proxy
05:07
Producing in JSON with the Kafka REST Proxy
03:18
Consuming in JSON with the Kafka REST Proxy
03:25
Producing in Avro with the Kafka REST Proxy
05:36
Consuming in Avro with the Kafka REST Proxy
03:42
Confluent REST Proxy Quiz
7 questions

Annexes

3 lectures
What are Annexes?
00:13
Full Avro End to End: Kafka Producer + Kafka Connect + Kafka Streams
19:00
Kafka REST Proxy Installation and Scaling - Overview
03:39

Next Steps

3 lectures
What's next?
01:43
THANK YOU!
01:32
Bonus Lecture
00:58

Đánh giá của học viên

Chưa có đánh giá
Course Rating
5
0%
4
0%
3
0%
2
0%
1
0%

Bình luận khách hàng

Viết Bình Luận

Bạn đánh giá khoá học này thế nào?

image

Đăng ký get khoá học Udemy - Unica - Gitiho giá chỉ 50k!

Get khoá học giá rẻ ngay trước khi bị fix.