16 Audience questions on microservice communication - Spring Boot Microservices Level 1

  Рет қаралды 162,333

Java Brains

Java Brains

Күн бұрын

Пікірлер: 30
@valkon_
@valkon_ 5 жыл бұрын
I have to say, they are asking great questions. This playlist is gold.
@tanzy1174
@tanzy1174 5 жыл бұрын
The text showing the questions made is worth a million dollars, really helpful!!
@richardfrimpong5891
@richardfrimpong5891 4 жыл бұрын
The guys are really asking good questions thumbs up to them
@abhirb12
@abhirb12 5 жыл бұрын
Out of all videos, I guess this is very helpful if you're Preparing for interviews 😀
@PMukherjee2024
@PMukherjee2024 5 жыл бұрын
Love and respect for your great effort👍👍👍
@ismailktami2727
@ismailktami2727 5 жыл бұрын
what about time of level2
@michaeldeng1981
@michaeldeng1981 4 жыл бұрын
0:10, what do u drink to keep in the top? Sir
@gopi2403
@gopi2403 3 жыл бұрын
Very nice presentation. What software are you using to record this videos? Good mixing of video and screen, please share the software name that you using for these presendations
@uctritran6845
@uctritran6845 5 жыл бұрын
There are good questions and great answers.
@asahikitase5398
@asahikitase5398 4 жыл бұрын
all great questions!
@hegdevishwa
@hegdevishwa 5 жыл бұрын
Thanks for the great tutorials as always!! You make things very easy to understand. I have one question on async. Have you come across any use case so far where you have used or had to use async instead of sync? If yes could you please briefly explain the scenario and why it was chosen over sycn?
@tharakawilfred3624
@tharakawilfred3624 5 жыл бұрын
I am just sharing my exp with you on this, I worked on E-learning platform where we need to integrate the external courses to our LMS(Learning Management System). So students have to learn that course and do the assignment in same course. Here returning grade(score) to student is not an synchronize since Assignment can have essay questions where instructor has to check and give the score later. This score will reside in third party service since this course is from externally. In that case doing the course is synchronize but grade sharing is a Asynchronize. In order to take these Async score data we can have several ways like MQ or third part can send those to a service endpoints which is shared early(LTI concepts).
@ZionREI_CN
@ZionREI_CN 4 жыл бұрын
May I ask if now people use retrofit instead of all the build-in rest Http dependencies?
@sanjin1458
@sanjin1458 4 жыл бұрын
How about Flux in WebClient ?
@satyamsanghi
@satyamsanghi 4 жыл бұрын
Hi, can't we create a list of users with their movie id in Movie Catalog Service? After that make an API call for each movie id in this list to Movie Info Service for a movie name and Rating Service to get Rating for that each movie Id?
@JENISONGRACIOUS
@JENISONGRACIOUS 5 жыл бұрын
How does asynchronous make a difference here. Any how the master service that calls the other microservices has to wait until all the responses arrive and so we have4 to block the thread in the master api. So what advantage does this asyncronous call have
@dipanshukhatri9205
@dipanshukhatri9205 5 жыл бұрын
when to call rest service through rest template and when to call through feign client
@vaibhav12jain
@vaibhav12jain 2 жыл бұрын
Can you please provide source code link you are using ?
@soumikgenious
@soumikgenious 5 жыл бұрын
another way to call rest service is fein client? That is also sychronous right?
@narasimhareddy3087
@narasimhareddy3087 5 жыл бұрын
how can we manage session Management in microservices
@ZtowhyA
@ZtowhyA 2 жыл бұрын
return Callable for async api
@shivraj777
@shivraj777 5 жыл бұрын
Lets say we have microservice entry point class A, it has RestController R, Service S and Repository P. Database is MySql. Server Tomcat. (tomcat default is 200 threads) Service performs some crud operations. Question 1: Lets say we have lot of threads trying to access save method in Service. How do I make sure it is threadsafe? Meaning no two threads at the same time shouldn’t try to insert same record twice. Question 2: Is there any specific way we can make microservice threadsafe specially when its performing CRUD operation?
@farazgulzar7688
@farazgulzar7688 Жыл бұрын
why dont you use generic response instead of returning all explicity type of responses !!
@luthfullahhillkabir1361
@luthfullahhillkabir1361 5 жыл бұрын
pls give your sorce code
@AshishSuwalka
@AshishSuwalka 5 жыл бұрын
Can You help us making an API using which we could LIKE ALL OF YOUR TUTORIALS on KZbin? :D Great explanation Information about every little doubt anyone can have.. As I always comment on your tutorials, #NoOneExplainsBetterThanYou
@smithdragon6477
@smithdragon6477 5 жыл бұрын
hey teacher can u teach me microservice transaction management
@sairammullapudi6658
@sairammullapudi6658 4 жыл бұрын
Why you are using default constructors when there is some error
@gurupreetsingh8347
@gurupreetsingh8347 4 жыл бұрын
resttamplate is not a thread safe java brain sir.,, ji
@karthikeyan1996_
@karthikeyan1996_ 2 жыл бұрын
The instructor is very genius. But the audience are constantly asking most dumb questions. For example first question is are both these calls asynchronous, from the start itself it was communicated getForObject uses synchronous calls blocking calls. Webclient is recent one which use async way which can be like a promise. Was he sleeping during whole lecture. Bunch of noobs in the audience who never even have any idea of spring or java or general backend development
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
Top 25 Microservice Interview Questions Answered - Java Brains
39:54
20 Creating Eureka clients - Spring Boot Microservices Level 1
9:30
18 Problem with Hystrix proxy - Spring Boot Microservices Level 2
12:10
19 Starting a Eureka server - Spring Boot Microservices Level 1
9:00
API Gateway Explained in 4 minutes
4:23
Connected Cookie
Рет қаралды 15 М.