Hi, what do you want to do?
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Introduction to AVRO - What Is AVRO and Why AVRO?
In this video, you will learn about AVRO and why AVRO is one of the popular serialization formats.
<
br/>
This clip is from the chapter "Introduction to AVRO - A Data Serialization System" of the series "Kafka for Developers - Data...
<
br/>
This clip is from the chapter "Introduction to AVRO - A Data Serialization System" of the series "Kafka for Developers - Data...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Serialization Formats
In this video, we will investigate different serialization formats and the support for Schema in AVRO, Protobuf, and Thrift.
<
br/>
This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for...
<
br/>
This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Data Contract and Serialization in Kafka
In this video, we will investigate how serialization is connected to Kafka and how it benefits the overall Kafka architecture.
<
br/>
This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for...
<
br/>
This clip is from the chapter "Data Contract and Serialization in Kafka" of the series "Kafka for...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Prerequisites
In this video, you will cover the prerequisites that are needed for this course.
<
br/>
This clip is from the chapter "Getting Started with the Course" of the series "Kafka for Developers - Data Contracts Using Schema Registry".This...
<
br/>
This clip is from the chapter "Getting Started with the Course" of the series "Kafka for Developers - Data Contracts Using Schema Registry".This...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Introduction
In this video, you will be introduced to the course and what to expect out of the course.
<
br/>
This clip is from the chapter "Getting Started with the Course" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Getting Started with the Course" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the PUT Endpoint for the CoffeeOrderService - PUT /coffee_orders/{id}
In this video, we will build the PUT endpoint in the controller, using which we can update an existing coffee order.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the...
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the Coffee Order Consumer
In this video, we will build the consumer that will be used to consume the Kafka AVRO records from the Kafka topic.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the...
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build Kafka Producer to Publish the CoffeeOrder Events
In this video, we will build the producer that will be used to publish the Kafka AVRO records into the Kafka topic.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the...
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Configure the Kafka Producer Properties in Coffee Order Service
In this video, we will configure the properties to boot the Kafka producer in the coffee orders service.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka...
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the Service Layer to Map the DTO to AVRO Domain Object
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.
<
br/>
This clip is from the chapter "Build a Coffee...
<
br/>
This clip is from the chapter "Build a Coffee...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the POST Endpoint for the CoffeeOrderService - /coffee_orders
In this video, we will build the POST endpoint in the controller, using which we can post new coffee orders.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series...
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Build the DTOs for CoffeeOrderService
In this video, we will build the DTOs for the coffee order service.
<
br/>
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...
<
br/>
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Setting Up the Base Project - Maven
In this video, we will set up the base Spring Boot project using Maven.
<
br/>
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...
<
br/>
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Setting Up the Base Project - Gradle
In this video, we will set up the base Spring Boot project using Gradle.
<
br/>
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...
<
br/>
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...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Overview of the App
In this video, you will get an overview of the Spring Boot Kafka application that we are going to build in this section.
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of...
<
br/>
This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consume CoffeeOrder UpdateEvent Using RecordNameStrategy
In this video, we will code and implement the CoffeeUpdate event functionality into our Kafka Producer.
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using...
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Coffee Update Event AVRO Schema
In this video, we will code and implement the AVRO Schema for the CoffeeOrder update event.
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Different Types of Naming Strategies
In this video, we will explore the different naming strategies that are available in Schema Registry.
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Modify Field Names - NONE Compatibility
In this video, we will code and learn about NONE compatibility in Schema Registry.
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Add/Delete Optional Fields - FULL Compatibility
In this video, we will code and learn about FULL compatibility in Schema Registry.
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Adding a New Field in Schema - FORWARD Compatibility
In this video, we will code and learn about FORWARD compatibility in Schema Registry.
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Deleting a Field in Schema - BACKWARD Compatibility
In this video, we will code and learn about BACKWARD compatibility in Schema Registry.
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Update the Code to Interact with Maven Local Repository - Maven
In this video, we will code and learn about how to integrate our code to work with the Maven local repository.
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data...
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Update the Code to Interact with Maven Local Repository - Gradle
In this video, we will code and learn about how to integrate our code to work with the Maven local repository.
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data...
<
br/>
This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data...