14个版本

0.1.14 2021年7月13日
0.1.13 2021年7月12日
0.1.7 2021年6月18日
0.1.1 2021年5月27日

#datacenter中排名3

每月下载量34

MIT/Apache

42KB
748 代码行

consul API

consul配置,consul.yaml

config:
  address: http://127.0.0.1:8500
  datacenter: dc1
  wait_time: 5s

watch_services:
  - service_name: hyat_rust
    passing_only: true
    tag: ''

加载配置

ConsulConfig::load_config("consul.yaml").await?;

consul监控

let consul_config = CONSUL_CONFIG.clone();
let consul_config = consul_config.read().await;
consul_config.watch_services().await?;

依赖项

约15-28MB
约451K SLoC