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. This clip is from the chapter "Build a Coffee Order Service Using Spring Boot and Schema Registry" of the series "Kafka for...
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. 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...
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. 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...
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. 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...
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. 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 - Publish and Consume CoffeeOrder UpdateEvent Using RecordNameStrategy
In this video, we will code and implement the CoffeeUpdate event functionality into our Kafka Producer. 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 - Coffee Update Event AVRO Schema
In this video, we will code and implement the AVRO Schema for the CoffeeOrder update event. This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this...
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. This clip is from the chapter "Schema Naming Strategies" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
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. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this...
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. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this...
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. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
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. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
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. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts...
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. This clip is from the chapter "Data Evolution Using Schema Registry" of the series "Kafka for Developers - Data Contracts...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Data Evolution and Schema Evolution
In this video, we will explain the data lifecycle and schema evolution in Schema Registry. 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 - Publish and Consume "Key" as an AVRO Record
In this video, you will learn to produce keys that are also an AVRO record. This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, you...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Schema Registry Internals and Interacting with Schema Registry Using REST Endpoint
In this video, you will learn to interact with Schema Registry using the REST Client tool, Insomnia. This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Publish and Consumer Record Using Schema Registry
In this video, we will code and learn about how the Producer and Consumer interacts with Schema Registry. This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data Contracts Using Schema...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Introduction to Schema Registry
In this video, you will be introduced to Schema Registry and how the Producer and Consumer interacts with Schema Registry. This clip is from the chapter "Introduction to Schema Registry" of the series "Kafka for Developers - Data...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Evolving the Schema - Consumer Fails to Read the New Schema
Let's add a new field to the existing CoffeeOrder Schema and understand the behavior of the consumer app. This clip is from the chapter "Schema Changes in AVRO - Issues without Schema Registry" of the series "Kafka for Developers - Data...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - What's Inside an AVRO Record?
In this video, you will learn about what's inside the AVRO record. This clip is from the chapter "AVRO Record- Under the Hood" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, we will quickly...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Date Logical Type
In this video, we will code and learn the date logical types. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In this section, you will cover the...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Adding the UUID as Key for CoffeeOrder
In this video, we will code and learn to use UUID as a key column in our CoffeeOrder Producer. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...
Curated Video
Kafka for Developers - Data Contracts Using Schema Registry - Add a Timestamp, Decimal Logical Type to the CoffeeOrder Schema
In this video, you will learn to add a timestamp and decimal field to the CoffeeOrder Schema. This clip is from the chapter "Logical Schema Types in AVRO" of the series "Kafka for Developers - Data Contracts Using Schema Registry".In...