数据 输入输出 处理
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
556 B

consumer: consumerSavoirTheme
ioConfig:
in:
kafka:
brokers:
- 10.8.30.160:30992
groupId: savoir_last_theme_inout
topics:
- savoir_theme
out:
es:
address:
- "http://10.8.30.160:30092"
index: "savoir_last_theme"
auth:
userName: post
password: 123
interval: 30 #多久写一次es
monitor:
cron: 4/10 * * * *
queryComponent:
postgres:
connect: "host=10.8.30.166 port=5432 user=FashionAdmin password=123456 dbname=SavoirCloud sslmode=disable"