| | |
| | | retry-pull-page-size: 1000 |
| | | # 拉取重试数据的每批次的大小 |
| | | job-pull-page-size: 1000 |
| | | # 服务端netty端口 |
| | | netty-port: 11788 |
| | | # 服务器端口 |
| | | server-port: 17888 |
| | | # 一个客户端每秒最多接收的重试数量指令 |
| | | limiter: 1000 |
| | | # 号段模式下步长配置 |
| | |
| | | max-count: 288 |
| | | #间隔时间 |
| | | trigger-interval: 900 |
| | | # 重试每次拉取的次数 |
| | | retry-max-pull-count: 10 |
| | | # RPC通讯类型: netty,grpc |
| | | rpc-type: grpc |
| | | |
| | | --- # 监控中心配置 |
| | | spring.boot.admin.client: |
| | |
| | | url: http://localhost:9090/admin |
| | | instance: |
| | | service-host-type: IP |
| | | username: ruoyi |
| | | password: 123456 |
| | | metadata: |
| | | username: ${spring.boot.admin.client.username} |
| | | userpassword: ${spring.boot.admin.client.password} |
| | | username: @monitor.username@ |
| | | password: @monitor.password@ |