Really helpful and very informative . Thanks for sharing this .
@Jerryttoxx4 жыл бұрын
Thanks for sharing, Appreciate it.
@nileshgaikwad98313 жыл бұрын
Can you post next video that you discussed regarding implementation of base, composite, esb & api gateway
@jawaid28may4 жыл бұрын
Good and simple explanation. Can I get the links for other videos. Thanks in advance
@ByteProgrammingVedantHarish4 жыл бұрын
Hey Jawaid! Check channel video list
@bendavidItay3 жыл бұрын
Hello@@ByteProgrammingVedantHarish thanks for the clear explanation.Does consultancy of selecting the right integration concept is something you do?
@srik0063 жыл бұрын
Very informative
@ladeharish55144 жыл бұрын
If one microservice is running in multiple instances, how API gateway identify to which instance's API is called??
@ByteProgrammingVedantHarish4 жыл бұрын
@Lade Harish You will have load balancer to do so. Depending on number of instances running and load balancer's algorithm used (Ex: Round robbin ), request would be redirected. Netflix Ribbon is one example. It can be used with Netflix Zuul.
@kirtim19304 жыл бұрын
Nicely explained. I wish you will also create video with some coding practcle example to learn how to apply this knowledge.