mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
refactor sd
This commit is contained in:
parent
33fe3b1bde
commit
1e2cc2eb66
@ -7,7 +7,7 @@ db.init_db(uri=settings.SQLALCHEMY_DATABASE_URI, echo=settings.SQL_ECHO)
|
||||
from mishards.connections import ConnectionMgr
|
||||
connect_mgr = ConnectionMgr()
|
||||
|
||||
from mishards.service_founder import ServiceFounder
|
||||
from sd.service_founder import ServiceFounder
|
||||
discover = ServiceFounder(namespace=settings.SD_NAMESPACE,
|
||||
conn_mgr=connect_mgr,
|
||||
pod_patt=settings.SD_ROSERVER_POD_PATT,
|
||||
|
||||
0
sd/__init__.py
Normal file
0
sd/__init__.py
Normal file
Loading…
x
Reference in New Issue
Block a user