1

I am new to Cassandra and FluentCassandra.

In a real environment: we will have Cassandra installed in all the nodes(multiple servers).

using (var db = new CassandraContext(keyspace: KeyspaceName, server: Server))

In this situation what should be mentioned as server name?

Saul Dolgin
  • 8,624
  • 4
  • 37
  • 43
Brainchild
  • 1,814
  • 5
  • 27
  • 52

1 Answers1

0

Just mention multiple server host address along with their port number.

abhi
  • 4,762
  • 4
  • 29
  • 49