Interface | Description |
---|---|
KafkaSpoutConfig.Consumer | |
KafkaSpoutRetryService |
Represents the logic that manages the retrial of failed tuples.
|
KafkaSpoutStreams |
Represents the
KafkaSpoutStream associated with each topic or topic pattern (wildcard), and provides a public API to declare output streams and emmit tuples, on the appropriate stream, for all the topics specified. |
KafkaSpoutTuplesBuilder<K,V> |
KafkaSpoutTuplesBuilder wraps all the logic that builds tuples from ConsumerRecord s. |
Class | Description |
---|---|
KafkaSpout<K,V> | |
KafkaSpoutConfig<K,V> |
KafkaSpoutConfig defines the required configuration to connect a consumer to a consumer group, as well as the subscribing topics
|
KafkaSpoutConfig.Builder<K,V> | |
KafkaSpoutMessageId | |
KafkaSpoutRetryExponentialBackoff |
Implementation of
KafkaSpoutRetryService using the exponential backoff formula. |
KafkaSpoutRetryExponentialBackoff.TimeInterval | |
KafkaSpoutStream |
Represents the stream and output fields used by a topic
|
KafkaSpoutStreamsNamedTopics |
Represents the
KafkaSpoutStream associated with each topic, and provides a public API to declare output streams and emmit tuples, on the appropriate stream, for all the topics specified. |
KafkaSpoutStreamsNamedTopics.Builder | |
KafkaSpoutStreamsWildcardTopics | |
KafkaSpoutTupleBuilder<K,V> |
Implementations of
KafkaSpoutTupleBuilder contain the logic to build tuples from ConsumerRecord s. |
KafkaSpoutTuplesBuilderNamedTopics<K,V> | |
KafkaSpoutTuplesBuilderNamedTopics.Builder<K,V> | |
KafkaSpoutTuplesBuilderWildcardTopics<K,V> |
Enum | Description |
---|---|
KafkaSpoutConfig.FirstPollOffsetStrategy |
The offset used by the Kafka spout in the first poll to Kafka broker.
|
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.