Presently all GET operations select a random connection. This will work fine as long as the query result fits in a single reply, but then will fail on the NEXT call. Any cursor operations need to return the connection config used to get the original cursor. The caller method should then prioritize a connection in the ctx rather than finding a new one.