public void setFailoverOnInitialConnection(boolean failover) {
   cfConfig.setFailoverOnInitialConnection(failover);
   recreateCF();
 }