Clod providers have api to query instance IP based in tags, actually consul is doing that to form a cluster.
On Sun, Feb 10, 2019, 11:40 AM Andor Molnar <[email protected]> wrote: > Hi Ram! > > What exactly do you mean by "auto-discovery on cloud instance tags"? > Is there a standard way of doing that? > > Regards, > Andor > > > > On Sat, Feb 9, 2019 at 4:07 PM Norbert Kalmar <[email protected] > > > wrote: > > > 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 < > > [email protected]> 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 > > > > > >
