Package org.apache.storm.kafka.migration
Class KafkaSpoutMigration
- java.lang.Object
-
- org.apache.storm.kafka.migration.KafkaSpoutMigration
-
public class KafkaSpoutMigration extends Object
-
-
Constructor Summary
Constructors Constructor Description KafkaSpoutMigration()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Migrates offsets from the Zookeeper store used by the storm-kafka non-Trident spouts, to Kafka's offset store used by the storm-kafka-client non-Trident spout.
-