setIfNotDefined(getApplicationName() + "." + namespace + ".ConnectTimeout", "2000");
setIfNotDefined(getApplicationName() + "." + namespace + ".MaxAutoRetriesNextServer", "1");
setIfNotDefined(getApplicationName() + "." + namespace + ".FollowRedirects", "false");
setIfNotDefined(getApplicationName() + "." + namespace + ".ConnIdleEvictTimeMilliSeconds", "3600000");
setIfNotDefined(getApplicationName() + "." + namespace + ".EnableZoneAffinity", "true");
DefaultClientConfigImpl clientConfig = DefaultClientConfigImpl.getClientConfigWithDefaultValues(getApplicationName(),
namespace);
ClientFactory.registerClientFromProperties(getApplicationName(), clientConfig);
}