An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# goconnpool
[![GoDoc](https://godoc.org/github.com/derElektrobesen/goconnpool?status.svg)](https://godoc.org/github.com/derElektrobesen/goconnpool)
[![Build Status](https://travis-ci.com/derElektrobesen/goconnpool.svg?branch=master)](https://travis-ci.com/derElektrobesen/goconnpool)
[![Maintainability](https://api.codeclimate.com/v1/badges/ae458ce9a6e9e8f463dc/maintainability)](https://codeclimate.com/github/derElektrobesen/goconnpool/maintainability)
[![Coverage Status](https://coveralls.io/repos/github/derElektrobesen/goconnpool/badge.svg?branch=master)](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.