- clean() - Static method in class io.thill.kafkalite.KafkaLite
-
Delete all existing Kafka topics.
- cleanOnShutdown() - Static method in class io.thill.kafkalite.KafkaLite
-
Clean kafka and zookeeper directories on JVM shutdown
- close() - Method in class io.thill.kafkalite.client.KafkaLiteClient
-
- close() - Method in class io.thill.kafkalite.client.QueuedKafkaConsumer
-
- consumerProperties(Class<?>, Class<?>) - Static method in class io.thill.kafkalite.KafkaLite
-
Create a consumer properties using the given deserializers
- createTopic(String, int) - Static method in class io.thill.kafkalite.KafkaLite
-
If started, create a topic on the running Kafka instance with a 1 hour retention.
- createTopic(String, int, long) - Static method in class io.thill.kafkalite.KafkaLite
-
If started, create a topic on the running Kafka instance.