API Gateway Vs Enterprise Service Bus (ESB) | Integration Solutions

Поделиться
HTML-код
  • Опубликовано: 18 окт 2024

Комментарии • 12

  • @parth2701
    @parth2701 3 года назад

    Really helpful and very informative . Thanks for sharing this .

  • @Jerryttoxx
    @Jerryttoxx 4 года назад +1

    Thanks for sharing, Appreciate it.

  • @SamSam-df4xp
    @SamSam-df4xp 3 года назад

    Thanks a bunch.

  • @nileshgaikwad9831
    @nileshgaikwad9831 3 года назад

    Can you post next video that you discussed regarding implementation of base, composite, esb & api gateway

  • @jawaid28may
    @jawaid28may 4 года назад +1

    Good and simple explanation. Can I get the links for other videos. Thanks in advance

    • @ByteProgrammingVedantHarish
      @ByteProgrammingVedantHarish  4 года назад

      Hey Jawaid! Check channel video list

    • @bendavidItay
      @bendavidItay 3 года назад

      Hello@@ByteProgrammingVedantHarish thanks for the clear explanation.Does consultancy of selecting the right integration concept is something you do?

  • @srik006
    @srik006 3 года назад

    Very informative

  • @kakashihatake4840
    @kakashihatake4840 4 года назад

    Thank You

  • @ladeharish5514
    @ladeharish5514 4 года назад

    If one microservice is running in multiple instances, how API gateway identify to which instance's API is called??

    • @ByteProgrammingVedantHarish
      @ByteProgrammingVedantHarish  4 года назад

      @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.

    • @kirtim1930
      @kirtim1930 4 года назад

      Nicely explained. I wish you will also create video with some coding practcle example to learn how to apply this knowledge.