"--zookeeper", "dummy", "--create", "--topic", TOPIC_NAME,
"--replication-factor", "2", "--partitions", "1"}));
final ObjectMapper jsonMapper = new DefaultObjectMapper();
final KafkaSink kafkaSink = createKafkaProducer(jsonMapper, kafkaServer.getBrokerListStr());
Client client = createMockedESClient();
final ElasticSearchSink sink = new ElasticSearchSink(
null,