Files
msgexchange-api/src/main/resources/application-dev.yml
T

40 lines
861 B
YAML
Raw Normal View History

2018-11-23 09:08:15 +08:00
kafka:
producer:
retries: 0
servers: 130.120.3.237:32796,130.120.3.237:32797,130.120.3.237:32798
linger: 1
batch:
size: 4096
buffer:
memory: 40960
max:
request:
size: 10240000
consumer:
auto:
offset:
reset: latest
commit:
interval: 100
servers: 130.120.3.237:32796,130.120.3.237:32797,130.120.3.237:32798
zookeeper:
connect: 130.120.3.237:2181
session:
timeout: 6000
enable:
auto:
commit: true
topic: test
concurrency: 10
group:
id: test
spring:
datasource:
username: ommsxc
password: ommsxc
url: jdbc:oracle:thin:@130.120.3.236:1521/xe
driver: oracle.jdbc.driver.OracleDriver
tomcat:
max-active: 30
test-on-borrow: true
initial-size: 3