| 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 | 
|---|---|
ManualPartitioner | 
CommonKafkaSpoutConfig.getTopicPartitioner()  | 
| 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  | 
RoundRobinManualPartitioner
Assign partitions in a round robin fashion for all spouts, not just the ones that are alive. 
 | 
| Constructor and Description | 
|---|
Builder(String bootstrapServers,
       TopicFilter topicFilter,
       ManualPartitioner topicPartitioner)  | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.