Package | Description |
---|---|
org.apache.storm.kafka.bolt | |
org.apache.storm.kafka.bolt.selector |
Modifier and Type | Method and Description |
---|---|
KafkaBolt<K,V> |
KafkaBolt.withTopicSelector(KafkaTopicSelector selector) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTopicSelector |
class |
FieldIndexTopicSelector
Uses field with a given index to select the topic name from a tuple .
|
class |
FieldNameTopicSelector
Uses field name to select topic name from tuple .
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.