From dev-return-70048-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Wed May 23 11:58:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id CB9AA180645 for ; Wed, 23 May 2018 11:58:03 +0200 (CEST) Received: (qmail 8041 invoked by uid 500); 23 May 2018 09:58:02 -0000 Mailing-List: contact dev-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zookeeper.apache.org Delivered-To: mailing list dev@zookeeper.apache.org Received: (qmail 7980 invoked by uid 99); 23 May 2018 09:58:02 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 May 2018 09:58:02 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 00223E0C5C; Wed, 23 May 2018 09:58:01 +0000 (UTC) From: timothyjward To: dev@zookeeper.apache.org Reply-To: dev@zookeeper.apache.org Message-ID: Subject: [GitHub] zookeeper pull request #530: [ZOOKEEPER-2474] Support session reconnection w... Content-Type: text/plain Date: Wed, 23 May 2018 09:58:01 +0000 (UTC) GitHub user timothyjward opened a pull request: https://github.com/apache/zookeeper/pull/530 [ZOOKEEPER-2474] Support session reconnection when using ZKClientConfig Signed-off-by: Tim Ward This PR simply adds constructors which support session reconnection when using ZKClientConfig You can merge this pull request into a Git repository by running: $ git pull https://github.com/timothyjward/zookeeper ZOOKEEPER-2474 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/530.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #530 ---- commit a188c5bce1b1c54376c8e4fd7a92e3a4badd5715 Author: Tim Ward Date: 2018-05-23T09:53:13Z [ZOOKEEPER-2474] Support session reconnection when using ZKClientConfig Signed-off-by: Tim Ward ---- ---