🔥 Calling Two Microservices Together | Microservices Tutorial Series

preview_player
Показать описание
In this video we are going to learn how to call two or more services together while microservices communication using resttemplate.
Calling Two Microservices Together | Microservices Tutorial Series

Important Videos:

Important Playlist:

Important Links:

Disclaimer:
All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.
Рекомендации по теме
Комментарии
Автор

Awesome tutorials Durgesh !! Keep it up, learned a lot from you, thanks :)

vipinyadav
Автор

Hi Durgesh, Thank you for great and simple explanation of microservices.

rajneeshraikwar
Автор

Amazing explanation of microservices in simpler way!!

GauravSharma-sqzc
Автор

Just to add- we could create separate module to store all model/domain objects and include that project in respective pom xmls. And for ex if we want to inlcude Hotel in Rating, we sould simply extend the model class in respective microservice.

GauravSharma-sqzc
Автор

Had commented same doubt in previos video. Got it now😄

pranjalsharma
Автор

Superb Video Durgesh Sir, Thanks a lot Sir:)
Will there be any performance issues while fetching the hotel details for each rating in the stream using hotelId?
Because If the user has many ratings then the query for each hotel id might be more time taking.
One solution is: Pagination, any other?

subvishay
Автор

sir please use kafka or rabbitmq 👏👏👏👏👏👏👏👏🙌🙌

nikhilsinghrajput
Автор

I have a doubt what if tech stack of user and ratings were different then how can we define rating class objects in our user application??

rrohan
Автор

Sir please logical program jaldi kijiye sir mere interview next week chalu ho rha 🙏🙏🙏

devendramachhirke
Автор

Hello bro plz
Feign client also teach and how to provide security to Microservices

akshaypatil
Автор

VIDEO NO - 13, Timing - 9:08

-> "Error": "class java.util.LinkedHashMap cannot be cast to class (java.util.LinkedHashMap is in module java.base of loader 'bootstrap'; is in unnamed module of loader 'app')"

Sir This error occurs because when we try to cast an object of one type that is "LinkedHashMap" to another type i.e Entity of Rating, which is not compatible. and response from an API is not correctly mapped to the expected Java object type.

Thanks and Best regards,
🧑🏻‍💻

ArkoDey.
Автор

difference between Arrays.asList() and Arrays.stream().toList()?

SachinBajpai-pvej
Автор

where is the source code i am not being able to find it

vermaax
Автор

Please sir rest template, , 😔😔😔😔😔😔😔😔😔😔😔😔🥺🥺🥺🥺🥺🥺🥺🥺😔😔🥺😔😔😔😔😔😔😔🥺🥺🥺🥺🥺🥺🥺🥺🥺😔😔😔😔😔😔😔😃😃

shahwahid
Автор

Hello All, I am getting a error in this code

// //// //// List<Rating> ratings =

The method toList() is undefined for the type Stream<Rating>
can anyone tell me what to do

yashbanode
Автор

same code but i have a problem like-
Cannot construct instance of (although at least one Creator exists): no String-argument constructor/factory method to deserialize from String value ('1672133417986')

where is the problem i can't understand
could you please help

sagorsagor
Автор

List<Rating> forObject = + userId, Rating[].class)));
I have user this.

VijayKumar-outr