[Serve] Push route table updates to HTTP proxy (#7774)

This commit is contained in:
Edward Oakes
2020-03-30 09:53:05 -07:00
committed by GitHub
parent f889f938e5
commit 3a53ea60d9
6 changed files with 86 additions and 84 deletions
+2 -5
View File
@@ -1,8 +1,5 @@
#: The interval which http server refreshes its routing table
HTTP_ROUTER_CHECKER_INTERVAL_S = 2
#: Actor name used to register actor nursery
SERVE_NURSERY_NAME = "SERVE_ACTOR_NURSERY"
#: Actor name used to register master actor
SERVE_MASTER_NAME = "SERVE_MASTER_ACTOR"
#: KVStore connector key in bootstrap config
BOOTSTRAP_KV_STORE_CONN_KEY = "kv_store_connector"