diff options
Diffstat (limited to 'common-app-api/src/test')
-rw-r--r-- | common-app-api/src/test/resources/config/common/distribution-engine-configuration.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common-app-api/src/test/resources/config/common/distribution-engine-configuration.yaml b/common-app-api/src/test/resources/config/common/distribution-engine-configuration.yaml index b4aaef59c7..7af7d60867 100644 --- a/common-app-api/src/test/resources/config/common/distribution-engine-configuration.yaml +++ b/common-app-api/src/test/resources/config/common/distribution-engine-configuration.yaml @@ -10,6 +10,8 @@ uebSecretKey: ffff distributionNotifTopicName: ASDC-DISTR-NOTIF-TOPIC distributionStatusTopicName: ASDC-DISTR-STATUS-TOPIC +kafkaBootStrapServers: kafka-bootstrap:9092 + initRetryIntervalSec: 5 initMaxIntervalSec: 60 |