public ConfigWatcher(String host) throws IOException, InterruptedException {
   store = new ActiveKeyValueStore();
   store.connect(host);
 }