blob: 69f4ff79338b31c217845688ea4d7bdd5b92a290 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
CONFIG_HOME=src/test/resources
spring.kafka.consumer.auto-offset-reset=earliest
spring.kafka.consumer.group-id=aai
spring.kafka.consumer.client-id=aai-model-loader
topics.distribution.notification=SDC-DISTR-NOTIF-TOPIC-AUTO
spring.sleuth.enabled=false
ml.distribution.connection.enabled=false # avoid having the distribution client running in the background (requires active kafka)
spring.main.allow-bean-definition-overriding=true
|