Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Table of Contents

0. 개요

Info
  • 2개의 서버가 LoadBalance(라운드 로빈)되는 설정
    • localhost:8082,localhost:7777
  • localhost:7777은 없는 주소 이므로 Exception 발생. 그러나 Ribbon Retry로 항상 성공
    • Round Robin Client Load Balancing & Retry.

1. [display] build.gradle에 dependency 추가

...