Reactive Spring | Spring WebCient in Spring WebFlux | Tech Primers

preview_player
Показать описание
This video covers the Client side implementation for Reactive Spring example using Spring Webflux, Spring Reactive Mongo in a Spring Boot App.

📌 Related Playlist
================

🎬Video Editing: iMovie

🎼Background Music: Broke For Free - Day Bird
The Passion HiFi - What We Came To Do

---------------------------------------------------------------
🔥 Disclaimer/Policy:
The content/views/opinions posted here are solely mine and the code samples created by me are open sourced.
You are free to use the code samples in Github after forking and you can modify it for your own use.
All the videos posted here are copyrighted. You cannot re-distribute videos on this channel in other channels or platforms.
#ReactiveSpring #SpringWebFlux #TechPrimers
Рекомендации по теме
Комментарии
Автор

You made my day... Thanks for the video.

Could you please explain-can we use wsdl insted of rest uri. Please make a video if posible.

Josh_FunTime
Автор

Pretty cool. I would be great if you can create a video linking a frontend (let's say Angular or React) to a spring boot backend that is compound of microservices which communicate with kafka each other. Basically, how a frontend communicates with a distributed event architecture.

fedepia
Автор

Very thanks for nice explain






Please question, for call web service, as performance(fast, memory, CPU) which better, Client Jersey or WebClient Spring??

AhmedKhaled-hemf
Автор

Hi,
Great work. I have query for you. How to convert Mono<List<Object>> to List<Object> && Mono<String> to String without using block()?

reddy
Автор

Cool explanation, Please make a video of writing .zip() and block API calls, blockFirst() and more examples....

nitinsridhar
Автор

Any example for one-way ssl communication, Spring 5 WebClient HTTPS,
WebClient doesn't support java ssl.

pulkitmalhotra
Автор

Can you please do a video on tracing for webflux application

sriranjanisriraman
Автор

Sir, can i subscribe with Angular on {id}/evenets and every 2 secondes i will catch data from server ??

ismailktami
Автор

Kindly make webflux video with mysql db

ChetanVijay
Автор

Interesting. I have a request. I want to poll a third party REST api periodically and get the response for further proceedings. There could be n number of such URLs user can provide in the configuration file. I am currently using quartz to schedule Jercy client rest call. I think, we may be able to replace this with the reactive streams. What do you think?

maclovesgeet