clearing/clearing-parent/test-api-clearing/src/main/resources/application.properties

30 lines
1,017 B
Properties

#spring.main.web-application-type=none
#debug tester mode:
test-service.controller-settings.port=8701
test-service.controller-settings.context-path=/
# /clearing/test/ /imdg/reload
#server.port=8701
#server.servlet.context-path=/
test-service.hazelcast.cluster-members=127.0.0.1:5701
test-service.hazelcast.login=dev
test-service.hazelcast.password=dev-pass
#test-service.kafka-consumer.bootstrap-servers=localhost:9092
#test-service.kafka-consumer.group-id=dev-group-utility-service
#test-service.kafka-consumer.enable-auto-commit=true
#test-service.kafka-consumer.session-timeout-ms=30000
#test-service.kafka-consumer.auto-offset-reset=latest
#test-service.kafka-consumer.linger-ms=1
#test-service.kafka-consumer.buffer-memory=33554432
test-service.kafka-producer.bootstrap-servers=localhost:9092
test-service.kafka-producer.acks=all
test-service.kafka-producer.retries=0
test-service.kafka-producer.batch-size=16384
test-service.kafka-producer.linger-ms=1
test-service.kafka-producer.buffer-memory=33554432