Transactional Outbox Pattern with Polling Publisher
서론 Transactional Outbox Pattern에 대해서 궁금하시다면 해당 링크를 참고해 주세요. Transactional Outbox Pattern 이번 글에서는 Spring Boot와 Polling Publisher를 활용하여 어떻게 Transactional Outbox Pattern을 구현할 수 있는지, 그리고 주의점이 무엇인지 알아보겠습니다. 동작 과정 위 동작 과정은 다음과 같습니다. 클라이언트의 요청이 발생합니다. Member Service에서 Member 테이블에 대해 Insert, Update, Delete가 발생하면 Outbox 테이블에도 변경사항을 기록할 수 있도록 데이터를 저장합니다. Message Relay는 주기적으로 Outbox 테이블을 읽고 있습니다. Message R..
JAVA/SpringBoot
2023. 12. 28. 16:03
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- 자바 백엔드 개발자 추천 도서
- spring boot redisson sorted set
- spring boot redis 대기열 구현
- service based architecture
- pipeline architecture
- redis sorted set
- transactional outbox pattern spring boot
- JDK Dynamic Proxy와 CGLIB의 차이
- pipe and filter architecture
- 트랜잭셔널 아웃박스 패턴 스프링부트
- java ThreadLocal
- 레이어드 아키텍처란
- space based architecture
- microkernel architecture
- spring boot poi excel download
- transactional outbox pattern
- redis sorted set으로 대기열 구현
- @ControllerAdvice
- 트랜잭셔널 아웃박스 패턴 스프링 부트 예제
- spring boot excel download paging
- redis 대기열 구현
- spring boot redisson destributed lock
- java userThread와 DaemonThread
- polling publisher spring boot
- spring boot excel download oom
- 공간 기반 아키텍처
- 람다 표현식
- spring boot redisson 분산락 구현
- 서비스 기반 아키텍처
- spring boot 엑셀 다운로드
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
글 보관함