public static class KafkaCluster.SimpleConsumerConfig$
extends Object
Modifier and Type | Field and Description |
---|---|
static KafkaCluster.SimpleConsumerConfig$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
SimpleConsumerConfig$() |
Modifier and Type | Method and Description |
---|---|
KafkaCluster.SimpleConsumerConfig |
apply(scala.collection.immutable.Map<String,String> kafkaParams)
Make a consumer config without requiring group.id or zookeeper.connect,
since communicating with brokers also needs common settings such as timeout
|
public static final KafkaCluster.SimpleConsumerConfig$ MODULE$
public KafkaCluster.SimpleConsumerConfig apply(scala.collection.immutable.Map<String,String> kafkaParams)
kafkaParams
- (undocumented)