Skip to content

Commit

Permalink
Reuse GRPC channel for same connections
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Haltmayer <filip.haltmayer@zilliz.com>
  • Loading branch information
Filip Haltmayer committed May 31, 2023
1 parent bdfcd7b commit 3206ddb
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 189 deletions.
1 change: 1 addition & 0 deletions pymilvus/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ class ExceptionsMessage:
HostType = "Type of 'host' must be str."
PortType = "Type of 'port' must be str or int."
ConnDiffConf = "Alias of %r already creating connections, but the configure is not the same as passed in."
AliasUsed = "Alias %r already exists, please remove first."
AliasType = "Alias should be string, but %r is given."
ConnLackConf = "You need to pass in the configuration of the connection named %r ."
ConnectFirst = "should create connect first."
Expand Down
Loading

0 comments on commit 3206ddb

Please sign in to comment.