I have configured 3 Cassandra database nodes in docker with port mapping 9043:9042, 9044:9042, and 9045:9042. I can work with a single node . How to pass other nodes in contact points.
Cluster.Builder() .WithSessionName("Cassandra") .AddContactPoints("127.0.0.1") .WithPort(9043)