8 A possible solution for slow microservices - Spring Boot Microservices Level 2

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

Learn how adding timeouts can be a possible solution to the slow microservice problem. Better solution coming in a subsequent video!

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

too good I had many doubts but this cleared everything. great mentor

bhaskaradak
Автор

Awesome Explanation. Great Koshik. Thanks to Java Bains.

josephpudupermanil
Автор

Great Mentor, I learned lots of things sir!!!

nidhi
Автор

Could you also create a course on reactive programming?

ekaterinagalkina
Автор

Thank you for sharing wonderful knowledge.
Could you also please share good knowledge on reactive programming?

prateeksingh
Автор

use completablefuture which can respond to timeout exception. CfS can run in parallel. Also consider caching of read only data to reduce DB calls.

dezee
Автор

Is there any way we can configure timeouts for threads in web server where the threads are active for a very long time in for example tomcat server?

mvaishu
Автор

Can we make an async call for the service ??

yashgandhi
Автор

what the hell happens to the running thread once the page is refreshed . Is that terminates or it should be handled by developer ?

santoshbm
Автор

If each microservice is running on a different tomcat server, then how if one service is slow can affect api calls to others?

tejagannavarapu
Автор

but both services on different web server and different port then how threads are busy for rating

akhileshchauhan
Автор

Why cant we have two different executor service for each of the microservice?

vikramreddy
Автор

Well, we can use Async way to process the request ... rather than using timeout ... i am from c# background so ..

sragay
Автор

Here reactive programming can help us.

RoconAlex
Автор

Timeout is, competable features aka Java's Promises is the better choice

SchkuenteQoostewin