- Exception Handling in nested @Transactional scope
- @Trasactional inside @Transactional(readOnly = true)
- DB DEFAULT ISOLATION LEVEL & SPRING [[DB Default Isolation Level]]
- Session scope & repeated Tx
- @EventListener & @TransactionalEventListener
- @Async & Tx
- Persistence Context & reataching detatched entity object
- clear massive entity object to avoid out of memory
- QueryDSL로 짠 repository 메서드들은 Tx가 붙나?
- 내부클래스에서 @Component 없이 메서드에 @Tx 붙이면 write 안됨
- @HystrixCommand 의 예외처리(fallbackMethod) 때문에 rollback이 안되는 현상
- OSIV on 상태에서 master와 replica 커낵션이 바뀌지 않음…
- @TransactionalEventListener 에서 발생한 예외는 publish한 메서드에서 catch 가능한가?
- nested @Tx 내에서 publish한 @TxEventListner 실행한 바깥 Tx에서 Commit이 될 때 실행되는가?
- websocket, fcm, redis pub/sub, redis expire trigger
- Spring-Data-Redis 는 사용기를 내가 만든 github 코드를 기반으로 유튜브로 올려보자
- EmbeddedRedis 를 버전을 지정할 수 있도록 하는 PR
- EmbeddedRedis 를 Docker로 편리하게 Configuration 할 수 있게 작헙하고 블로깅, github
- EmbeddedMysql을 Docker로 Configuration 할 수 있게하고 블로깅, github