Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Effective Java
- nodejs
- update
- migration
- JavaScript
- log_bin
- 퀵소트
- REACTJS
- expire_logs_days
- Express
- 정규표현식
- git
- java
- Regular expression
- Effective Java 3/e
- npm
- Spring Batch
- current_date
- mysql 5.5
- log4j2
- Webpack
- spring
- MySQL
- Node
- eslint
- Chunk
- REACT
- upgrade
- spring cloud
- regex
Archives
- Today
- Total
내 세상
[Spring Cloud] 장애 허용 시스템 구축, Circuit breaker, Spring Cloud Config, Spring Boot Admin 본문
Technical/Spring Cloud
[Spring Cloud] 장애 허용 시스템 구축, Circuit breaker, Spring Cloud Config, Spring Boot Admin
sga8 2022. 12. 20. 17:00728x90
resilience4j를 활용한 circuit breaker 패턴 적용
회복 탄력성 resilience + 4j
질병관리, 트래픽 제어
Spring Cloud Config
https://madplay.github.io/post/introduction-to-spring-cloud-config
Spring Cloud Config: 소개와 예제
스프링 설정이 바뀌었을 때 빌드, 배포없이 갱신하려면 어떻게 해야할까? 스프링의 설정 파일들을 어떻게 외부로 분리시킬 수 있을까?
madplay.github.io
Spring Boot Admin
1. admin server와 연동할 admin Client 추가
2. eureka client 등로을 통한 자동연동
Logback MDC
- Log에서 middle server처럼 처리하는것. 내장되있음.
ZIPKIN
- https://javalibs.com/artficate/io.zipkin.java/zipkin-server
- 다운 받아서 jar로 실행
728x90
'Technical > Spring Cloud' 카테고리의 다른 글
[Spring Batch] Spring batch (0) | 2022.12.21 |
---|---|
[Spring Batch] Tasklet, Chunk (0) | 2022.12.21 |
[Spring Cloud] API 통합 단일 진입점 제공 (0) | 2022.12.19 |
[Spring Cloud] 12Factor, Architecture (0) | 2022.12.19 |
[Spring Cloud] DNS 매핑 및 읽기 요청 부하 분산 등 (0) | 2022.12.19 |