Instructional Video8:45
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Let's Build AVRO Kafka Consumer

Higher Ed
In this video, you will learn to build a Kafka Consumer to consume AVRO records from the Kafka topic. This clip is from the chapter "Build AVRO Producer and Consumer in Java" of the series "Kafka for Developers - Data Contracts Using...
Instructional Video12:23
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Let's Build AVRO Kafka Producer

Higher Ed
In this video, you will learn to build a Kafka Producer to publish AVRO records into the Kafka topic. This clip is from the chapter "Build AVRO Producer and Consumer in Java" of the series "Kafka for Developers - Data Contracts Using...
Instructional Video3:20
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Generate AVRO Java Records Using AVRO Schema Files - Maven

Higher Ed
In this video, you will learn how to generate Java AVRO records using AVRO Schema. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Maven" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video2:50
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Base Project Setup for Greeting App - Maven

Higher Ed
In this video, we will set up the base project for the course using the Gradle build tool. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Maven" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video7:14
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Generate AVRO Java Records Using AVRO Schema Files

Higher Ed
In this video, you will learn how to generate Java AVRO records using AVRO Schema. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Gradle" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video2:30
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Base Project Setup for Greeting App

Higher Ed
In this video, we will set up the base project for the course using the Gradle build tool. This clip is from the chapter "Greeting App - Base AVRO Project Setup - Gradle" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video4:23
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Producer and Consumer Messages Using CLI

Higher Ed
In this video, you will learn to produce and consume messages using Docker Compose. This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Instructional Video5:43
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Set Up Kafka Broker and Zookeeper Using Docker Compose

Higher Ed
In this video, you will learn to set up Kafka Broker and Zookeeper using Docker Compose. This clip is from the chapter "Kafka Setup and Demo in Local Using Docker" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video4:10
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build a Simple AVRO Schema

Higher Ed
In this video, you will learn to build a simple AVRO schema. This clip is from the chapter "Introduction to AVRO - A Data Serialization System" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section,...
Instructional Video4:29
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Introduction to AVRO - What Is AVRO and Why AVRO?

Higher Ed
In this video, you will learn about AVRO and why AVRO is one of the popular serialization formats. This clip is from the chapter "Introduction to AVRO - A Data Serialization System" of the series "Kafka for Developers - Data Contracts...
Instructional Video4:21
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Serialization Formats

Higher Ed
In this video, we will investigate different serialization formats and the support for Schema in AVRO, Protobuf, and Thrift. This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for Developers -...
Instructional Video4:53
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Data Contract and Serialization in Kafka

Higher Ed
In this video, we will investigate how serialization is connected to Kafka and how it benefits the overall Kafka architecture. This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for Developers -...
Instructional Video1:09
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Prerequisites

Higher Ed
In this video, you will cover the prerequisites that are needed for this course. This clip is from the chapter "Getting Started with the Course" of the series "Kafka for Developers - Data Contracts Using Schema Registry".This section is...
Instructional Video2:59
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Introduction

Higher Ed
In this video, you will be introduced to the course and what to expect out of the course. This clip is from the chapter "Getting Started with the Course" of the series "Kafka for Developers - Data Contracts Using Schema Registry".This...
Instructional Video12:09
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the PUT Endpoint for the CoffeeOrderService - PUT /coffee_orders/{id}

Higher Ed
In this video, we will build the PUT endpoint in the controller, using which we can update an existing coffee order. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka...
Instructional Video7:01
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the Coffee Order Consumer

Higher Ed
In this video, we will build the consumer that will be used to consume the Kafka AVRO records from the Kafka topic. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka...
Instructional Video8:37
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build Kafka Producer to Publish the CoffeeOrder Events

Higher Ed
In this video, we will build the producer that will be used to publish the Kafka AVRO records into the Kafka topic. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka...
Instructional Video4:28
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Configure the Kafka Producer Properties in Coffee Order Service

Higher Ed
In this video, we will configure the properties to boot the Kafka producer in the coffee orders service. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for...
Instructional Video15:43
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the Service Layer to Map the DTO to AVRO Domain Object

Higher Ed
In this video, we will build the service layer for the coffee-orders-service, which is going to behave as a transformational layer to transform objects from DTO to AVRO records. This clip is from the chapter "Build a Coffee Order Service...
Instructional Video5:41
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the POST Endpoint for the CoffeeOrderService - /coffee_orders

Higher Ed
In this video, we will build the POST endpoint in the controller, using which we can post new coffee orders. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for...
Instructional Video7:26
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Build the DTOs for CoffeeOrderService

Higher Ed
In this video, we will build the DTOs for the coffee order service. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video4:33
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Setting Up the Base Project - Maven

Higher Ed
In this video, we will set up the base Spring Boot project using Maven. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video3:30
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Setting Up the Base Project - Gradle

Higher Ed
In this video, we will set up the base Spring Boot project using Gradle. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Instructional Video1:10
Curated Video

Kafka for Developers - Data Contracts Using Schema Registry - Overview of the App

Higher Ed
In this video, you will get an overview of the Spring Boot Kafka application that we are going to build in this section. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series...