milvus-sdk-go icon indicating copy to clipboard operation
milvus-sdk-go copied to clipboard

Is there any reconnection policy if there same problem with client network?

Open chenrulongmaster opened this issue 4 years ago • 3 comments

Is there any reconnection policy if there same problem with client network?

chenrulongmaster avatar Mar 20 '20 06:03 chenrulongmaster

Is there any reconnection policy if there same problem with client network? There is no such reconnection policy, we will consider adding it later.

fishpenguin avatar Mar 23 '20 13:03 fishpenguin

i could be wrong, but i think grpc reconnect by default?

zhyon404 avatar Jun 10 '20 10:06 zhyon404

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.

ghiyastfarisi avatar May 18 '21 08:05 ghiyastfarisi