[serve] Create all other actors in master actor (#7791)

This commit is contained in:
Edward Oakes
2020-04-01 10:15:04 -05:00
committed by GitHub
parent b011c604d7
commit f4239d27fa
5 changed files with 144 additions and 218 deletions
-3
View File
@@ -1,9 +1,6 @@
#: 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"
#: HTTP Address
DEFAULT_HTTP_ADDRESS = "http://127.0.0.1:8000"