public class KafkaSevenFirehoseFactory extends Object implements io.druid.data.input.FirehoseFactory<io.druid.data.input.ByteBufferInputRowParser>
| Constructor and Description |
|---|
KafkaSevenFirehoseFactory(Properties consumerProps,
String feed) |
| Modifier and Type | Method and Description |
|---|---|
io.druid.data.input.Firehose |
connect(io.druid.data.input.ByteBufferInputRowParser firehoseParser) |
Properties |
getConsumerProps() |
String |
getFeed() |
public KafkaSevenFirehoseFactory(Properties consumerProps, String feed)
public Properties getConsumerProps()
public String getFeed()
public io.druid.data.input.Firehose connect(io.druid.data.input.ByteBufferInputRowParser firehoseParser)
throws IOException
connect in interface io.druid.data.input.FirehoseFactory<io.druid.data.input.ByteBufferInputRowParser>IOExceptionCopyright © 2015. All rights reserved.