Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 183 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 183 Bytes

GRPC连接池管理

Golang客户端连接池实现,主要功能:

  • grpc连接复用
  • 连接自动创建管理
  • idle连接自动关闭
  • 连接max-life-time到期自动关闭