Skip to content

Instantly share code, notes, and snippets.

@fakeh
fakeh / ElasticDnsTrackerClient.java
Created April 21, 2017 10:56
Keeping up to date with DNS changes to a Elasticsearch host.
import java.net.InetAddress;
import java.net.InetSocketAddress;
import java.net.UnknownHostException;
import java.util.List;
import java.util.concurrent.Executors;
import java.util.concurrent.ScheduledExecutorService;
import java.util.concurrent.TimeUnit;
import java.util.logging.Level;
import java.util.logging.Logger;
import java.util.stream.Collectors;