Kafka Producer Consumer using spring boot | Kafka producer | Kafka Consumer

preview_player
Показать описание
#kafka #apachekafka #kafkalisteners #kafkaconsumers #springBoot
How to install apache kafka in windows system.
Apache Kafka is an open-source distributed event streaming platform used by thousands of companies for high-performance data pipelines, streaming analytics, data integration, and mission-critical applications.
Рекомендации по теме
Комментарии
Автор

thank you
I used docker to run the kafka, but your directions just work fine with that also

deeproy
Автор

One doubt.. currently in kafkalistener topic name is always same and it will consume from same topic. Is there a way to consume from a particular topic if i pass topic name via api? Assumption all topics are in same kafka server

muszic
Автор

Whenever I post a message I get the following error:
Can't convert value of class java.lang.String to class specified in value.serializer
Can you please help me out here. I have followed your entire code

ishanalawade
Автор

Hey, i have created publisher on one port and consumer on one port. Both are running fine separately. How can i link them together? Can you please help me with that

ashibindal
Автор

Hi very nice tutorial..if we need to read from multiple topics with different schemas, can we use same listener in consumer?

pavanim
Автор

First of all very nice video's but please tell me one thing Here u are implementing the restcontroller wd Apache Kafka can tell use cases for that videos where we can implement this Kafka concept architectural levels and how we can relate this concept to the project levels then I am very Thankful 😊👍

pratapjavasingh
Автор

How to share messages to kafka topic via hec event api can u please give some information

vijayamanchi