Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8장] 내결함성 vs 고가용성 #47

Open
dani-lee-418 opened this issue Nov 21, 2023 · 1 comment
Open

[8장] 내결함성 vs 고가용성 #47

dani-lee-418 opened this issue Nov 21, 2023 · 1 comment

Comments

@dani-lee-418
Copy link

  • 고가용성(High Availability):
    • 시스템이나 서비스가 지속적으로 가동되어 사용자에게 끊김 없는 서비스를 제공할 수 있는 능력을 의미합니다. 고가용성은 시스템의 가동 시간을 최대화하고 중단을 최소화하여 신뢰성 있는 서비스를 제공하는 데 중점을 둡니다.
  • 내결함성(Resilience):
    • 시스템이나 소프트웨어가 일시적인 오류나 장애에도 계속해서 작동하고, 서비스를 계속 제공할 수 있는 능력을 의미합니다. 내결함성은 시스템이 예상치 못한 문제에 대응하고 회복할 수 있는 유연성과 강건성을 강조합니다.
@harrisleesh
Copy link

다은쌤) 고가용성 : 외부의 요인에 어떻게 대응할지에 중점
내결함성: 회복탄력성이 더 좋은 표현임, 시스템이 에러가났을 때 어떻게 회복할지 중점
성훈쌤) 배치는 멱등하게 구현해서 재실행하면 됨 회복탄력성이 좋다! 스트림은 어렵다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants