Hi there, Right now, it seems if I add a contact point like this:
cluster = Cluster.builder().addContactPoint(<IP1>).build(); When client is connected to the cluster, client will fetch the addresses for all the nodes in the cluster, and try to connect to them. I'm wondering can I disable the behavior? I mean I just want each client to connect to one or several contact point, not connect to all of the nodes, am I able to do this? Thanks. -- Dikang