public class ConfigHelper extends Object
| Constructor and Description |
|---|
ConfigHelper() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.curator.framework.CuratorFramework |
client() |
static <K,V> org.apache.kafka.clients.consumer.KafkaConsumer<K,V> |
kafkaConsumer(String groupId) |
static <K,V> org.apache.kafka.clients.producer.KafkaProducer<K,V> |
kafkaProducer() |
public static org.apache.curator.framework.CuratorFramework client()
public static <K,V> org.apache.kafka.clients.consumer.KafkaConsumer<K,V> kafkaConsumer(String groupId)
public static <K,V> org.apache.kafka.clients.producer.KafkaProducer<K,V> kafkaProducer()
Copyright © 2017 Grakn Labs Ltd. All rights reserved.