Spring for Apache Kafka® 101: Sending Messages to Apache Kafka with Spring Boot (Hands On)

preview_player
Показать описание


LEARN MORE

ABOUT CONFLUENT

#kafka #springboot #java
Рекомендации по теме
Комментарии
Автор

I think there is a disconnect with the previous video in which a ProducerFactory was explained. In the current video I don't think the factory is mentioned/used at all. Maybe I am mistaken.

HugoAndresBuitrago
Автор

is there a github repo that we can refer to?

Indrajeetviper
Автор

Very usefull video. I'm enjoying this playlist a lot. Thanks for the explanations full of details.

Maurosls
Автор

In case your spring application isn't able to find the broker since it is by default pointing to the bootstrap-server localhost:9092, you can override the bootstrap-sever to point to the server your confluent cloud provides you with by pasting the properties file you get from confluent cloud and then
replacing the property
with

kdvr
Автор

Where did he use kafkatemplate, i can see 1 usage of the template property? can someone help

saisreenath
Автор

thanks, can we have multiple key and value serdes for one producer ?
what we can do when we need multiple producer with different key and value serdes in one spring boot application?

sohrabsheykhmohammadi
Автор

It think it’s too convoluted with Flux

rydmerlin
Автор

Your series of tutorials doesn't work if you follow every steps. T. On the previous tutorial before this your configure KafkaTemplate with <String, String> here you made it <Integer, String> which won't run. Also your java configuration you put localhost:9092 for bootstrap server but in the application.properties you need to put the one generated by the client environment in your confluent cluster.
Trying Confluent Cloud as we are considering it for our kafka application. But your tutorials sucks.

USONOFAV
Автор

That faker example is not working .. could Confluent not afford to hire a better programmer ?
can't believe this clown is the only support we have for learning how to use Confluent

audio-ytube