You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.
In the services/network_config_manager/src/main/java/com/futurewei/alcor/netwconfigmanager/client/gRPC/GoalStateClientImpl.java, the GS gRPC client calls the ResourceStateCache service which further access Resource State Cache.
Ideally, we would like to have a gRPC client free of any database/cache access and handle only the Goal State communication.
The DB access should be moved to the upper level service layer, which packs DB information, calls gRPC client with the requested db information.
The text was updated successfully, but these errors were encountered:
In the services/network_config_manager/src/main/java/com/futurewei/alcor/netwconfigmanager/client/gRPC/GoalStateClientImpl.java, the GS gRPC client calls the ResourceStateCache service which further access Resource State Cache.
Ideally, we would like to have a gRPC client free of any database/cache access and handle only the Goal State communication.
The DB access should be moved to the upper level service layer, which packs DB information, calls gRPC client with the requested db information.
The text was updated successfully, but these errors were encountered: