Complete playlist at kzbin.info/aero/PLGRDMO4rOGcNLwoack4ZiTyewUcF6y6BU
@khairunnisashaik21389 ай бұрын
Bro we can use slf4j ryt for logs
@javatechnology242 жыл бұрын
Best video, best series. Enjoying new things 👌
@dhruvshah8315 Жыл бұрын
So to run kafka in spring boot, do i have to have kafka installed on my system and broker and zookeeper has to be started through cli? And if so then when in a production project how does it work, can't broker and zookeeper set and started through spring boot configuration somehow?
@NileshKumar-yf5cj Жыл бұрын
same question i suppose to ask .
@Das.Kleine.Krokodil2 жыл бұрын
Very good!
@akshaykohale31212 жыл бұрын
Pls make one video on restapi producers consumer example
@akshaykohale31212 жыл бұрын
And one video on How to expose restapi to client side
@Andrzej3935 Жыл бұрын
Thank you!
@Vithal_Nivargi2 жыл бұрын
Hi sir please,any possibility to provide source code
@VirajSandakelumAnawarathna10 ай бұрын
@tirupatirao75212 жыл бұрын
class org.apache.kafka.common.serialization.StringDeserializer is not an instance of org.apache.kafka.common.serialization.Serializer
@nstha88482 жыл бұрын
#spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer #spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer I think you placed StringDeserializer in application.properties use the one I provided you and it might help thank you