Spring Boot MicroServices Course : RestClient with Resilience4j Patterns Applied

preview_player
Показать описание
#sivalabs #java #spring #springboot #springcloud #microservices #restapi #rabbitmq #testing #junit #junit5 #maven #testcontainers #docker #kubernetes #wiremock

In this video, you will learn:
► How to implement REST API client using RestClient
► Implementing CircuitBreaker and Retry using Resilience4j
► WireMock for mocking API Integrations for testing

❤️ Thanks for watching

References
=============================================

Connect with Me
=============================================

Must Watch Videos
=============================================

Popular Series Playlists
=============================================

⭐ Tags ⭐
best spring tutorials, best spring boot tutorials, how to learn spring boot, mastering spring boot, complete java testing course, java testing best practices, how to build spring boot rest API, spring cloud tutorials, spring boot docker tutorial, spring boot kubernetes tutorial, how to become proficient in java, how to learn spring boot quickly, how to learn spring boot in-depth
Рекомендации по теме
Комментарии
Автор

I am sharing these videos with my friends. No body is explained real time development with testing..keep posting content sir

srikanthreddy
Автор

Keep it up Siva, thanks for these lessons!

nicktunac
Автор

Great video, and Resilience4j is an excellent lib! One aspect that maybe I would have explored in a different angle is exception handling on the client/RestClient integration between order and catalog service. The approach taken on `ProductServiceClient`, with the fallback method, ends up transforming network errors (e.g. timeouts) into "bad request" responses (product not found). Depending on the system need, that may not be the appropriate approach. But given the code that we have so far, I guess it would be easy to handle any exceptions raised by the network call in the `GlobalExceptionHandler`.

I am looking forward for the next videos!

matheusemm
Автор

Why ProductServiceClient class is public? Is it not a part of repository layer?

gaurav
Автор

Hi Siva, can we use Mockito inplace of Wire mock? Can you please let us know the advantage using Wire mock server instead of Mockito, thanks

sakthinivas