Apache Kafka® Producer Example using SpringBoot 3.x | Java Techie

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

👉 Default topic create by Spring Boot
👉 How to handle the results asynchronously in kafka producer
👉 How to create topic programatically
👉 How messages will be distributed to multiple partition
👉 Offset Explorer to visualise kafka events

#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
Рекомендации по теме
Комментарии
Автор

Hi Basant,
Your videos helped immensely during the interview prep time and it helped to get a decent job as Senior Software Engineer... many thnaks to you !!

pulkitkaushik
Автор

Very creative and helpful video anyone can understand.
I went through many articles and videos, and I was very confused, and my thought was Kafka is very big and very vast. But by watching this video I am full cleared on Kafka concepts.

umeshsharma
Автор

very clear and concise explanation. Keep Rock!

pottendlanagma
Автор

Really helpful, detailed and amazing video. Keep up the good work brother.

deveshagarwal
Автор

Hi Basant, thank you for sharing kafka series. I apricate your efforts

nomadicmayank
Автор

Great series! Thanks for your very detailed and clear explanations... Keep it going!

MrOpolo
Автор

Great tutorial on Kafka. Appreciate your efforts, Basant.

gopisambasivarao
Автор

Thank you for your videos! They are super helpful

GunelMammadova
Автор

Very nice explanation, Thank you sir.

amarnatha
Автор

Hello @Java Techie, thank you for the amazing content, it is quite easy to understand. I have few queries,
1. What is the importance of replicationFactor?
2. How the kafka setup ensures delivery of message in case when consumer application is down?
3. Is it possible to create the topics from docker-compose.yml files?

pitumalkani
Автор

Great knowledge sharing. Hope we can see multithreading consumer tutorial

mubarakahmed
Автор

Hi Basant

Thank you for Kaka tutorial. Learned a lot from you in the fast. I have few queries

1. How can we create multiple topics programmatically? With @Bean we can create only topic at a time
2.. If topic already exist, it throws exception. How can we skip topic creation if topic already exist.
3. Does it creates new thread for each message send?

Vikusoun
Автор

Please post a video for setting up the consumer for the same. Amazing video

akshaykumarr
Автор

Loved ur video, sir can u please make a video of inter service communication in spring Microserverices with real time example using kafka

rohitmanohar
Автор

Also looks like the messages in kafka are getting encrypted by default, I dont see actual message in offset Explorer. Is ther a way to get plain message in kafka topic

kishorejetty
Автор

Hi Basant, thanks for knowledge sharing.can you post video on replication factor other than one and how it will behave and in this case duplicate messages will be received by consumer or not

ravi.m
Автор

How will we handle an exception and implement retry on the publisher microservice if we face issue while publishing to kafka

SubhodipBasu-py
Автор

Thanks for this nice video, I have configured offset exproler but for me instead of actual message it showing hascode of message

SurajKumarSingh
Автор

Event Streaming with huge data reading and writing

PradeepKumar-sxms
Автор

Have a quick question: if you are capturing the result into an object after sending, isn't that mean the thread will wait for result to come and it is still hampering the performance of the app ?

kishorejetty