Java Spring Boot - @Async and Security Context Propagation

preview_player
Показать описание
This video explains what Security Context is and how to propagate it when using @Async methods

Check out my other links below for discounted popular courses (12.99$ or best local price)

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

Hi All - Use link below for my popular Java courses.

viraj_shetty
Автор

I wish I could thumb this up a million times. I've missed your content. Your content on Asynchronous Java has been the best on YouTube for a long time. And I have been hoping that you would do a video on this topic. My wish came through. Thank you for the effort you put in to teach in such an excellent way.

phinehasenakireru
Автор

Can you also please create a video content on how does the spring boot intercepts the requests when a curl request is made, and then how does the requests flows internally and then the response is sent back to the client?

bipin_k
Автор

I read somewhere we can use InheritableThreadLocal to pass on the context...can u plz make a video on that too

zoyedee
Автор

i'd be interested to see this manually implemented using your own defined threadpool rather than using the Spring version DelegatingSecurity... or what exactly the DelegatingSecurity.. threadpool is doing to Set the security context.

drakezen