Go (Golang) Circuit Breaker Example Implementation Tutorial

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

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

  • @1879heikkisorsa
    @1879heikkisorsa 3 года назад +1

    why are there only 3 hello strings in the log and not 5? Also, why does it retry after switching to open more than five times?

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

      its likely that there were two messages above hello printed out means when cb is closed then you get the actual requests. my guesss

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

    Circuit breaking is usually included in service meshes right?

    • @SatyajitSatoDas
      @SatyajitSatoDas  2 года назад

      Usually yes but not sure if all service meshes have it.