Closed brightcoder01 closed 3 years ago
Can elasticai_api and elasticdl have their
log_util
andgrpc_util
separately? It can decrease dependency of elasticdl.
The dependency on elasticai_api
is necessary for elasticdl
because the proto messages and services about Dynamic Sharding is required by these two packages. I would prefer keeping only one copy of the common modules for these two packages in elasticai_api
in order to avoid duplicated code.
Can elasticai_api and elasticdl have their
log_util
andgrpc_util
separately? It can decrease dependency of elasticdl.