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
## Which problem is this PR solving?
- Closes#770
## Short description of the changes
- Add a `GetGRPCEnabled` function to config interface.
- Update file_confg and mock to implement `GetGRPCEnabled`
- Update grpc server logic to check if enabled.
- Update tests
Versions
Steps to reproduce
GRPCServerParameters.Enabled=false
and setGRPCServerParameters.ListenAddr
to an addressAdditional context
I appears that
GRPCServerParameters.Enabled
is not used anywhere. SettingGRPCServerParameters.ListenAddr
is effectively enabling to feature.The text was updated successfully, but these errors were encountered: