blob: 96816ce57a175c95463569a7168c24beb7aecec1 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
test.topic=SDC-DISTR-NOTIF-TOPIC
spring.sleuth.enabled=false
ml.distribution.connection.enabled=false # avoid having the distribution client running in the background (requires active kafka)
|