Kafka AVRO Producer using spring boot

In this video, we will learn how to create Apache Kafka producer, which produces message to a kafka topic, Key is string and value is AVRO. Validate the incoming AVRO message with schema registry
00:06 - Agenda
01:34 - Kafka Architecture overview
05:02 - Schema Registry
06:05 - Start spring boot project
08:08 - Avro schema
12:08 - Create POJO using AVRO schema maven plugin
15:50 - Producer configuration
21:26 - Kafka Publisher - Part 1
23:31 - Rest controller
24:49 - JSON POJO creation
26:30 - Rest Controller continuation
27:58 - Kafka Publisher - Part 2
30:52 - docker compose file
34:00 - Create Kafka topic
35:15 - Demo Kafka AVRO producer
Github link - github.com/JayaramachandranAu...
Kafka Tutorial
Kafka core concepts every developer must know | Apache Kafka tutorial - 1 - • Kafka core concepts ev...

Пікірлер: 1

  • @letsease184
    @letsease1847 ай бұрын

    can anyone help me, I am getting following error on running kafka-avro-console-producer command command not found: kafka-avro-console-producer