public class KafkaConfigDescriptor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
KafkaConfigDescriptor.ConsumerProperties |
static class |
KafkaConfigDescriptor.ProducerProperties |
Modifier and Type | Field and Description |
---|---|
protected KafkaConfigDescriptor.ConsumerProperties |
consumerProperties |
String |
name |
protected KafkaConfigDescriptor.ProducerProperties |
producerProperties |
Boolean |
randomPrefix |
String |
topicPrefix |
String |
zkServers |
Constructor and Description |
---|
KafkaConfigDescriptor() |
Modifier and Type | Method and Description |
---|---|
Properties |
getConsumerProperties() |
Properties |
getProducerProperties() |
String |
getTopicPrefix() |
public String topicPrefix
public Boolean randomPrefix
protected KafkaConfigDescriptor.ProducerProperties producerProperties
protected KafkaConfigDescriptor.ConsumerProperties consumerProperties
public KafkaConfigDescriptor()
public Properties getProducerProperties()
public Properties getConsumerProperties()
public String getTopicPrefix()
Copyright © 2018 Nuxeo. All rights reserved.