can't connect to cassandra if I use host as a key and username, password as a value
$nodes = [
'192.168.0.2:8882' => [ 'username' => 'admin', 'password' => 'pass']
];
The bug in Cassandra/Cluster.php in method getRandomNode
after shuffle($this->nodes); the host become zero
can't connect to cassandra if I use host as a key and username, password as a value
The bug in Cassandra/Cluster.php in method getRandomNode
after shuffle($this->nodes); the host become zero