https://github.com/derelektrobesen/goconnpool
Connections pool for Golang
https://github.com/derelektrobesen/goconnpool
balancer balancing connection connection-pool connections go golang golang-library golang-package pool
Last synced: 5 months ago
JSON representation
Connections pool for Golang
- Host: GitHub
- URL: https://github.com/derelektrobesen/goconnpool
- Owner: derElektrobesen
- Created: 2018-07-24T12:52:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T22:38:52.000Z (over 1 year ago)
- Last Synced: 2025-04-28T15:16:44.326Z (5 months ago)
- Topics: balancer, balancing, connection, connection-pool, connections, go, golang, golang-library, golang-package, pool
- Language: Go
- Size: 136 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# goconnpool
[](https://godoc.org/github.com/derElektrobesen/goconnpool)
[](https://travis-ci.com/derElektrobesen/goconnpool)
[](https://codeclimate.com/github/derElektrobesen/goconnpool/maintainability)
[](https://coveralls.io/github/derElektrobesen/goconnpool?branch=master)Package goconnpool implements connections pool with
ratelimits and backoff for broken connections.Connection returned by the pool is protocol-independent.
See [godoc](https://godoc.org/github.com/derElektrobesen/goconnpool) for more info.