Simple Kafka Producer example | Spring Boot | Spring Kafka

preview_player
Показать описание
In this tutorial, we will be creating a simple Kafka Producer in Java. We will post a simple and Complex message on a Kafka topic using Spring Boot and Spring Kafka

Other Video:
---------------------------------------------------------------------------

Follow us on :
--------------------------------------------------------

My Laptop :
------------------------------------------------------

Audio Gear :
------------------------------------------------------

Secondary Audio :
------------------------------------------------------

Recommended Books:
------------------------------------------------------

Music:
-------------------------------------------------------

#Kafka #SpringKafka #Producer #DailyCodeBuffer #ApacheKafka #Apache #Spring #SpringBoot
Рекомендации по теме
Комментарии
Автор

This is a amazing demo. One of the best I’ve seen recently!

BN-crel
Автор

I really like your videos. Keep going with the good work, and thanks! While implementing what you did, I just changed a bit, and configured everything in the application.properties, so I didn't need the KafkaConfig class:

server.port=8081
topic.name=TestTopic


vpezzano
Автор

Great video! Thanks for the help! Also 6:51 that meme came out of nowhere lol, I was shocked

justBeOrDontB
Автор

Hi Shabbir, Please make your Intellij bckgrnd white, cuz it's dark and not so clearly visible. But, I must say all your videos are really good for developers like me who are learning Kafka, Springboot, microservices.

rashmimuchlambkar
Автор

Very good video, first time learning Kafka.

ankurgoel
Автор

Awesome dude. Create more videos like this.

madhan
Автор

we need detailed videos on kafka broooo

ArunKumar-trql
Автор

Thankyou shabbir for your efforts. could you please make a video on real time usage of kafka in micro services.

ramanjaneyulukureti
Автор

inam getting internal server error, status=500 while sending string from producer. what can be reason of getting this error

nehasinghal
Автор

In the initial case when String is the message, how the springboot application is finding the kafka server? Nowhere ip address and port of kafka server is mentioned. In the later case when book object is sent, kafka server is configured in Kafka Template. Hence makes sense.

deepanshu_bansal
Автор

how the delay of the first message can be reduced

divyrajsingh
Автор

Excellent friend! Thank you for these contents!
I have a little problem, maybe you could help me. All is working properly, but when i write --bootstrap-server localhost:9092 --topic NewTopic --from-beginning" in CMD and press ENTER, nothing happens, the mouse keep blinking line down, but my changes in the project doesn't appears into cmd. The changes are being displayed as successfully, the problem is about cmd.

RafaelBizi