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.
48 lines
1.1 KiB
48 lines
1.1 KiB
server:
|
|
port: 8384
|
|
crawl:
|
|
kafka:
|
|
topic: produce_analyze
|
|
brokers: 172.18.1.146:9092,172.18.1.147:9092,172.18.1.148:9092
|
|
#日志级别
|
|
logging:
|
|
level:
|
|
com:
|
|
bfd: INFO
|
|
#日志路径
|
|
log:
|
|
path: ./logs
|
|
spring:
|
|
redis:
|
|
host: 172.18.1.147
|
|
port: 6379
|
|
timeout: 10000
|
|
database: 5
|
|
jedis:
|
|
pool:
|
|
max-active: 8 # 连接池最大连接数(使用负值表示没有限制)
|
|
max-wait: 800 # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
|
max-idle: 8 # 连接池中的最大空闲连接
|
|
min-idle: 2 # 连接池中的最小空闲连接
|
|
boot:
|
|
admin:
|
|
client:
|
|
url: http://172.18.1.147:8001
|
|
instance:
|
|
service-base-url: http://172.18.1.147:8384
|
|
application:
|
|
name: 指标计算
|
|
management:
|
|
endpoints:
|
|
web:
|
|
exposure:
|
|
include: "*"
|
|
endpoint:
|
|
health:
|
|
show-details: always
|
|
health:
|
|
elasticsearch:
|
|
enabled: false
|
|
zookeeper:
|
|
connection-string: 172.18.1.146:2181,172.18.1.147:2181,172.18.1.148:2181
|
|
publish-node: /analyze
|