scylladb / scylla-go-driver

Experimental, high performance Scylla Driver, University of Warsaw students' project
Apache License 2.0
151 stars 7 forks source link

transport: pool, handle finding shard connections when shard-aware port is not supported #292

Open Kulezi opened 2 years ago

Kulezi commented 2 years ago

Right now pool isn't able to connect to all shards of the database when the shard-aware port is not present in SUPPORTED frame, it could fallback to opening connections to random shards to collect them all.