C# 클래스 Kafka.Client.Consumers.FetcherRunnable

Background thread worker class that is used to fetch data from a single broker
파일 보기 프로젝트 열기: precog/kafka 1 사용 예제들

비공개 메소드들

메소드 설명
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