milvus-sdk-go
milvus-sdk-go copied to clipboard
Is there any reconnection policy if there same problem with client network?
Is there any reconnection policy if there same problem with client network?
Is there any reconnection policy if there same problem with client network? There is no such reconnection policy, we will consider adding it later.
i could be wrong, but i think grpc reconnect by default?
I think we should implement connection pool, which will re-spawned on new call if the pool is died. And can be reused when there are a lot of concurrent connection happening.