brewagebear / blog-comments

Utterances 블로그 적용
0 stars 0 forks source link

concurrency-distributed-transaction-with-tcc/ #10

Open utterances-bot opened 1 month ago

utterances-bot commented 1 month ago

동시성 문제 해결 전략 - 스프링으로 구현한 TCC패턴

STEP 1. 주문 <-> 재고 서비스에서의 동시성 문제 STEP 1.1 동시성 문제 해결 전략 STEP 1.1.1 낙관적 락(Optimistic Lock) STEP 1.1.2 비관적 락(Pessimitic Lock) STEP 1.1.3 단일 쓰레드 메시지 큐 도입 STEP 2. 분산 트랜잭션(Distributed Transaction)이란? STEP 3.

https://brewagebear.github.io/concurrency-distributed-transaction-with-tcc/

binary-ho commented 1 month ago

재밌게 잘 읽었습니다 감사합니다