Skip to content

Commit 3555228

Browse files
committed
feat: 설정 코드 위치 변경
1 parent 9a5c84f commit 3555228

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

apps/commerce-api/src/main/resources/application.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ cache:
3535
version:
3636
product: v1
3737

38-
kafkaProducer:
39-
max-attempts: 3
40-
wait-duration: 1s
41-
retry-exceptions:
42-
- org.apache.kafka.common.errors.TimeoutException
43-
- org.apache.kafka.common.errors.NetworkException
44-
fail-after-max-attempts: true
45-
4638
kafka:
4739
topic:
4840
user-action-name: user-action-events
@@ -79,6 +71,13 @@ resilience4j:
7971
- com.loopers.support.error.CoreException
8072
exponential-backoff-multiplier: 2
8173
enable-exponential-backoff: true
74+
kafkaProducer:
75+
max-attempts: 3
76+
wait-duration: 1s
77+
retry-exceptions:
78+
- org.apache.kafka.common.errors.TimeoutException
79+
- org.apache.kafka.common.errors.NetworkException
80+
fail-after-max-attempts: true
8281

8382
feign:
8483
client:

0 commit comments

Comments
 (0)