Load Shedding in Spring Boot | Tech Primers

preview_player
Показать описание
This video covers how to implement load shedding in a Spring Boot application

Join this channel by contributing to the community:

📌 Related Links
=============

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

🎬 Video Editing: FCP

---------------------------------------------------------------
🔥 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.
#LoadShedding #SpringBoot #TechPrimers
Рекомендации по теме
Комментарии
Автор

Thank you, Great explanation. I would really like to see this in the k8s cluster. Please keep producing such high quality content.

MrAtul
Автор

Good demo! Seeing this into action in k8s cluster would be awesome. Keep up the good work!

noone_and_nobody
Автор

Thank you. Please, explain it in a k8s environment 🙏🏽

rubenlara
Автор

Thank you so much. Can you give some over view of Kafka ratelimitter for consumers. Awaiting for k8 rate limiter .

venu
Автор

Please show the example in k8s as well

devadaspaik
Автор

Nice presentation...please do it in kubernates and if possible could you please start new series on kubernates.

ajay
Автор

Please, explain it in a k8s environment . Great explanation, waiting for load shedding demo in k8s env..

subhajitbhattacharjee
Автор

But the requests reached our controller then it gave service unavailable... It should be before right? I mean it waited for 1 min, then it gave response.. thats not concurrent I guess

red_forever_
Автор

Minor remark. The code is still not correct for multiple threads: line 26 could be reached simultaneously by n Threads, when they all go through the "if" in line 19 the same time. But this is not your point, I understand.

fneug
Автор

this is rate limiting, not load shedding..

praveenkumar