Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.2
-
None
Description
Ideally during a keyspace creation you may want to block until the whole cluster converge to the new keyspace. You can achieve this by adding an extra boolean parameter during the method call:
this.cluster.addKeyspace(keyspaceDefinition, true);
Hector will block until all nodes in the cluster agree on the new keyspace.