Add user agent to gRPC (#1790)

This commit is contained in:
Hirbod Behnam 2023-03-26 09:23:42 +03:30 committed by yuhan6665
parent c6b78318cb
commit 6872be5cc3
4 changed files with 23 additions and 6 deletions

View file

@ -11,4 +11,5 @@ message Config {
int32 health_check_timeout = 5;
bool permit_without_stream = 6;
int32 initial_windows_size = 7;
string user_agent = 8;
}