Commit 91e7b8c
committed
chore: Kafka 프로듀서 멱등성 설정 및 설정 정리
- Kafka 설정에 enable.idempotence=true 및 acks=all 프로듀서 옵션 추가
- OutboxService에서 사용하지 않는 import 제거1 parent 72d81d9 commit 91e7b8c
2 files changed
Lines changed: 3 additions & 1 deletion
File tree
- apps/commerce-api/src/main/java/com/loopers/domain/event
- modules/kafka/src/main/resources
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
| |||
0 commit comments