C# Class Kafka.Client.Consumers.FetcherRunnable

Background thread worker class that is used to fetch data from a single broker
Exibir arquivo Open project: precog/kafka Class Usage Examples

Private Methods

Method Description
FetcherRunnable ( string name, IZooKeeperClient zkClient, ConsumerConfiguration config, Broker broker, List partitionTopicInfos ) : System
ResetConsumerOffsets ( string topic, Partition partition ) : long
Run ( ) : void

Method to be used for starting a new thread

Shutdown ( ) : void