Modifier and Type | Class and Description |
---|---|
class |
KafkaSpoutRetryExponentialBackoff
Implementation of
KafkaSpoutRetryService using the exponential backoff formula. |
Modifier and Type | Method and Description |
---|---|
KafkaSpoutRetryService |
KafkaSpoutConfig.getRetryService() |
Constructor and Description |
---|
Builder(Map<String,Object> kafkaProps,
KafkaSpoutStreams kafkaSpoutStreams,
KafkaSpoutTuplesBuilder<K,V> tuplesBuilder,
KafkaSpoutRetryService retryService)
KafkaSpoutConfig defines the required configuration to connect a consumer to a consumer group, as well as the subscribing topics The optional configuration can be specified using the set methods of this builder
|
Copyright © 2016 The Apache Software Foundation. All Rights Reserved.