From user-return-11822-archive-asf-public=cust-asf.ponee.io@zookeeper.apache.org Sat Feb 9 15:07:03 2019 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 80583180677 for ; Sat, 9 Feb 2019 16:07:02 +0100 (CET) Received: (qmail 83077 invoked by uid 500); 9 Feb 2019 15:06:56 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 83064 invoked by uid 99); 9 Feb 2019 15:06:55 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Feb 2019 15:06:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 29954C2566 for ; Sat, 9 Feb 2019 15:06:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.8 X-Spam-Level: * X-Spam-Status: No, score=1.8 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=cloudera.com Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id jNJ0-FeNNMI7 for ; Sat, 9 Feb 2019 15:06:53 +0000 (UTC) Received: from mail-pf1-f173.google.com (mail-pf1-f173.google.com [209.85.210.173]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 2545F60EB6 for ; Sat, 9 Feb 2019 15:06:53 +0000 (UTC) Received: by mail-pf1-f173.google.com with SMTP id j3so3043922pfi.12 for ; Sat, 09 Feb 2019 07:06:53 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=a9HC8S3nK8LKPGCI3HuWIQCyqWGgPkkqUtgJbubYE+M=; b=V+jdxo3/765f/4VMwT7ykR0waRdn2zwfZKSNkmDSev8a/e8Gspk55q3iRfP+xGnGcu CHPV6tOauYwWIPa9l8aVPqmcLyn4LiPZ2vO9hTFwfUMBG6xWsmaXgmnTO4ovb5tTDw0g UOcWBOGUYvhaBeTYCKLewdBFE/WzKI8i3pfNHXhObBVzAxKr2jZf+FIV5svwFbSMcEW6 d/YvbCL4TkHL/DnImCowUn6J5SJbdlW3IcGbZ8KDEHhPnE4Mn7Qqme3y3uquQDYY5Xpw ijU3ojbJl+KioIY8L4/fs3x6Rs4V1VGmepkyBGpBv2dqrsVviT7FP2qNcJotYn2bcMll hmoQ== X-Gm-Message-State: AHQUAuZcuAHRax2jnDTaokjYRzfZtacWJUGHh6Wpyh5/fT8i/KCpmLuy OWYtH2wAQUou4xOnr5Jr+pBLTuPvYzrx1QScYCNqemOo X-Google-Smtp-Source: AHgI3IbCcILQPBfpYIi/F/RhgdW5jvzXPGHz4XrYAZ0QY4TqKzXMEr+i6C4BSMHqFCNF8Gnj8topx/YU/y2u6vb4VZw= X-Received: by 2002:a63:fc59:: with SMTP id r25mr10743153pgk.302.1549724805440; Sat, 09 Feb 2019 07:06:45 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Norbert Kalmar Date: Sat, 9 Feb 2019 16:06:34 +0100 Message-ID: Subject: Re: RR DNS name instead of list of server To: user@zookeeper.apache.org Content-Type: multipart/alternative; boundary="000000000000875dde0581776c74" --000000000000875dde0581776c74 Content-Type: text/plain; charset="UTF-8" Hi Ram, Unfortunately ZK does not support RR DNS name. As for plans on discovery based on cloud tags, I am not aware of any plans. You can create a jira for it if you'd like, but I can't tell you when that would make it into a release. Regards, Norbert On Fri, Feb 8, 2019 at 11:53 PM rammohan ganapavarapu < rammohanganap@gmail.com> wrote: > Hi, > > Does zookeper support RR DNS name in the config instead of giving each > server name/ip like what consul does to join the cluster? > > > server.1=server1 > server.2=server2 > server.3=server3 > > vs > server=example.com > where example.com is RR of server1, server2 and server3 > > And does any one know if zk team has any plans to add cloud autodiscovery > based on cloud instance tags? > > Thanks, > Ram > --000000000000875dde0581776c74--