tarantool / go-tarantool

Tarantool 1.10+ client for Go language
https://pkg.go.dev/github.com/tarantool/go-tarantool/v2
BSD 2-Clause "Simplified" License
180 stars 57 forks source link

pool: add a connection even on connection error #374

Closed oleg-jukovec closed 7 months ago

oleg-jukovec commented 7 months ago

From a user's perspective, it is useful to add all target instances to the pool, even some that are not currently unavailable. This way the user don’t have to keep track of the list of actually added instances.

The patch make it possible.

Closes #372