Add automatic peer discovery from Consul

This commit is contained in:
Alex Auvolat
2020-06-30 18:33:14 +02:00
parent ade29cf63a
commit fbe8fe81f2
7 changed files with 116 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
#[macro_use]
extern crate log;
pub mod consul;
pub mod membership;
pub mod rpc_client;
pub mod rpc_server;