Apache Kafka® Consumer Example using SpringBoot 3 | Consumer Groups | Java Techie

preview_player
Показать описание
In this tutorial, we will be creating a simple Kafka consumer using Spring Boot 3.0 and will understand below key points

👉 How to consume events from topic
👉 How kafka makes partition and consumer mapping
👉 Offset Explorer to visualize kafka events and lags

#JavaTechie #SpringBoot #Kafka

Spring boot microservice Premium course lunched with 70% off 🚀 🚀

Hurry-up & Register today itself!

PROMO CODE : JAVATECHIE50

GitHub:

Blogs:

Facebook:

Join this channel to get access to perks:

guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie

Disclaimer/Policy:
--------------------------------
Note : All uploaded content in this channel is mine and its not copied from any community ,
you are free to use source code from above mentioned GitHub account
Рекомендации по теме
Комментарии
Автор

Got to understand kafka by following your tutorials. So clear explanation!! You are great😇

satyabatigoswami
Автор

Great topic, we are using this in my billing project

SivaChaitanyaReddySanivarapu
Автор

just started watching your video of kafka today at 10 am morning. I couldn't stop myself and its 2 am next day just completed your all videos of kafka with hands on. Just one suggestions keep your kafka consumer topic in kafka playlist otherwise many can miss tracking this .Also i'm waiting for other kafka topics like kafka connect with database where messages are being received from different source system which kafka server listen and stores those in our database and vice versa

piwvjnj
Автор

Nice Basant, Keep going with this series...

dileepkumarsattaru
Автор

Great video!
Explains how Kafka Consumers work pretty clearly. As an idea for the next video/s, you can go over more of the properties of Kafka for Producers/Consumers - and explain concepts like batching, the most common properties that can be configured (like manual acknowledgement or not) etc

AleksandarT
Автор

awesome explanation able to learn the whole very well. Thank you

ankurverma
Автор

Thanks sir for making useful videos for us.
But I request you very respectfully to work in a project in spring boot having at least 6 entities/tables using spring boot in the back end and React/Angular/Next in the front end

LearncodewithMuneeb
Автор

Nice explanation. Can you cover in upcoming videos like how can we replay or retry lagged messages and how to identify which messages lagged and how to replay those .

ravi.m
Автор

thank you for the video. can please tell me what's will happen if you start kafka-consumer-example project twice ? how many consumer will have ? 3 consumer in each instance ?

appstude
Автор

Hello, Recently I faced a question in interview, if I give a java project along with remote server without any IDE how you run that project. Can you make a video on it

Gsuresh_
Автор

Good Explanation basant. Great work. I have one quick question you change the group id in the java class but not changed in yml still application works fine. Then what is the point of adding the group id in yml.

xwsddtj
Автор

How i can create multiple consumer group, and consume message concurrent please explain

dhamodharankrishnamoorthi
Автор

Great, If you can enlighten on the real time project prospective, it would be great

geekdeb
Автор

Hi can you create videos on Kafka stream?

cdulnsq
Автор

Hi Basant !! Can you please all the necessary videos of this particular Kafka series to a YouTube Playlist. It will make it easy to access all relevant videos from one place. And as and when you create new videos, you can add them to the playlist. Thanks!

gauravsrivastava
Автор

thank you for your tutuorial easy to understand
but i have question is it possible to miss data in kafka between producer and consumer process
if it likes that how can i avoid missing data

pyxletc
Автор

Hi Basant, thank you for an excellent informative video. What I do not understand about the lag is, if Kafka stores the messages for minimum one week, then why do we have to republish the messages which are in the lag. Why it will not automatically be reprocessed when the consumer is back up and running?

vaishalis
Автор

Basant. How do you create this beautiful presentation ? Which tool do you use or animation ?

VIKASSINGH-jfjd
Автор

Great video. Can you cover avro schema and retry mechanism and also how handle any exception when processing message consumption?

pnamm
Автор

The example is clear and I like it, but these 3 consumers who are listening to the same topic and working together, could call the same method of the logica layer without problems ?

RochaNahuel