{
memberName = null;
}
_memberName = memberName;
_groupLeadershipConnFactory = new GroupLeadershipConnectionFactoryZkClientImpl(
ExampleUtils.getRequiredStringProperty("zkServerList", LOG),
ExampleUtils.getRequiredIntProperty("sessionTimeoutMillis", LOG),
ExampleUtils.getRequiredIntProperty("connectTimeoutMillis", LOG));
_groupLeadershipConn = _groupLeadershipConnFactory.getConnection();
}