Re: [DISCUSS] Behaviour of a ConnectionPool?

2022-01-19 Thread Lukas Ott
ne connection failing but the next attempt working. > > So I personally would go for sequential failing when their limit is due > but I think the other alternative is fine as well. > > Julian > > Von: Christofer Dutz > Datum: Mittwoch, 19. Januar 2022 um 10:21 > An: dev

AW: [DISCUSS] Behaviour of a ConnectionPool?

2022-01-19 Thread Julian Feinauer
. Julian Von: Christofer Dutz Datum: Mittwoch, 19. Januar 2022 um 10:21 An: dev@plc4x.apache.org Betreff: [DISCUSS] Behaviour of a ConnectionPool? Hi all, I'm currently working on the go connection-pool. Now while in general I would assume the functionality of a connection pool to be quite clearly

[DISCUSS] Behaviour of a ConnectionPool?

2022-01-19 Thread Christofer Dutz
Hi all, I'm currently working on the go connection-pool. Now while in general I would assume the functionality of a connection pool to be quite clearly defined, there still are some special cases where I want to make sure we consistently implement them. Right now, I'm implementing it so there