Package | Description |
---|---|
org.apache.storm.kafka.spout | |
org.apache.storm.kafka.spout.internal | |
org.apache.storm.kafka.spout.subscription | |
org.apache.storm.kafka.spout.trident |
Constructor and Description |
---|
Builder(String bootstrapServers,
TopicFilter topicFilter,
ManualPartitioner topicPartitioner)
Create a KafkaSpoutConfig builder with default property values and no key/value deserializers.
|
Modifier and Type | Method and Description |
---|---|
TopicFilter |
CommonKafkaSpoutConfig.getTopicFilter() |
Constructor and Description |
---|
Builder(String bootstrapServers,
TopicFilter topicFilter,
ManualPartitioner topicPartitioner)
Create a KafkaSpoutConfig builder with default property values and no key/value deserializers.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedTopicFilter
Filter that returns all partitions for the specified topics.
|
class |
PatternTopicFilter
Filter that returns all partitions for topics matching the given
Pattern . |
Constructor and Description |
---|
Builder(String bootstrapServers,
TopicFilter topicFilter,
ManualPartitioner topicPartitioner) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.