public class KafkaLiteClient extends Object implements AutoCloseable
| Constructor and Description |
|---|
KafkaLiteClient() |
| Modifier and Type | Method and Description |
|---|---|
kafka.zk.AdminZkClient |
adminZkClient() |
void |
close() |
org.apache.kafka.clients.consumer.KafkaConsumer<byte[],byte[]> |
kafkaConsumer() |
kafka.zk.KafkaZkClient |
kafkaZkClient() |
kafka.zookeeper.ZooKeeperClient |
zkClient() |
public kafka.zookeeper.ZooKeeperClient zkClient()
public kafka.zk.KafkaZkClient kafkaZkClient()
public kafka.zk.AdminZkClient adminZkClient()
public org.apache.kafka.clients.consumer.KafkaConsumer<byte[],byte[]> kafkaConsumer()
public void close()
close in interface AutoCloseableCopyright © 2019. All rights reserved.