clientConfig.setMaxScheduleWrittenBytes(MAX_SCHEDULE_WRITTEN_BYTES);
try {
this.remotingClient = new RemotingClientWrapper(RemotingFactory.connect(clientConfig));
}
catch (final NotifyRemotingException e) {
throw new NetworkException("Create remoting client failed", e);
}
// ��������ã���ʹ�����õ�url�����ӣ�����ʹ��zk���ַ�����
if (this.metaClientConfig.getServerUrl() != null) {
this.connectServer(this.metaClientConfig);
}