Spring Kafka Avro Consumer | Consume Avro messages from kafka topic | Confluent | Schema Registry

preview_player
Показать описание
This video talk about creating Spring Consumer to read Avro schema based messages from Kafka topic.

LIKE | SUBSCRIBE | SHARE
Рекомендации по теме
Комментарии
Автор

Simple concise and elegant. Great work.

debashishbhattacharjee
Автор

Please add one common example on error handling like seek, retry, poison pills, dead letter queue. This topic is less covered area in most of the time. This will add value to series and will help

manjunathasathyanarayana
Автор

Hi Michel, thks for the videos and explains, these are really useful, but, I suggest you add kerberos, and how can implement it,

Waltergennaripalumbo
Автор

Really Good one but I got one question For example I am writing only Cosumer and how I Know StockHistory and where I need to keep . I mean to how exact package structer need to be set @ Consumer

srikanthjuluri
Автор

Hello. Thank u for your vide. I did exactly as you have shown. Producer works fine, but conusmer doesn't read, and shows no error.

zhumazhanovkarim
Автор

How to do the same using spring cloud.stream.bindings.
Im trying to use schema related configs to the binding consumer but im getting schema.registry.url was supplied bit isnt a known config.

So can you help how to configure schema configs to a binding a consumer please

sravanichandrayudu
Автор

value in ConsumerRecord is JSON String, but you parametrized ConsumerRecord value as StockHistory. Is it correct?

viacheslavm