File tree Expand file tree Collapse file tree
apps/commerce-api/src/main/resources Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
4638kafka :
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
8382feign :
8483 client :
You can’t perform that action at this time.
0 commit comments