SingleNode

It looks like singlenode will be dying off. Instead you will be able to run ClusterNode as singlenode. https://github.com/EventStore/EventStore/pull/159

The only outside changes people may have to deal with are

  1. EventStore.SingleNode.exe will no longer exist (change usage to EventStore.ClusterNode)

  2. a small argument change in the defaults for ClusterNode.exe basically clustersize will default to 1 and prepare/commitcounts will default to quorum size of the clustersize

If either of these things cause major issues for people please let us know in the PR

Cheers,

Greg