waitForFaultyNodeLatch.await();
Props property = new Props();
property.put("streaming.platform.bootstrapURL", bootstrapUrl);
property.put("streaming.platform.max.failed.nodes", numFailedNodes);
StreamingClientConfig config = new StreamingClientConfig(property);
StreamingClient streamer = new StreamingClient(config);
Callable<Integer> cpCallable = new CheckpointCallable();
Callable<Integer> rbCallable = new RollbackCallable();
List<String> stores = new ArrayList();