@Override
protected void configure() {
bind(DriverFactory.class).toInstance(driverFactory);
bind(DriverSettings.class).toInstance(SETTINGS);
bind(Log.class).toInstance(log);
bind(ExecutorConfig.class).toInstance(new ExecutorConfig("/executor/thermos"));
install(new BackupModule(backupDir, SnapshotStoreImpl.class));
}
};
ClientConfig zkClientConfig = ClientConfig
.create(ImmutableList.of(InetSocketAddress.createUnresolved("localhost", getPort())))