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.
10 lines
298 B
10 lines
298 B
kafka:
|
|
bootstrap_servers: "172.18.1.146:9092,172.18.1.147:9092,172.18.1.148:9092" # Kafka 服务器地址
|
|
topic: "ocr_tasks" # Kafka 主题名称
|
|
redis:
|
|
host: "172.24.12.126"
|
|
port: 6379
|
|
db: 5
|
|
zookeeper:
|
|
host: "172.16.12.55:2181,172.16.12.56:2181,172.16.12.57:2181"
|
|
node: "/analyze"
|