Kafka.Client.Consumers.ZookeeperConsumerConnector.CreateFetcher C# (CSharp) Method

CreateFetcher() private method

private CreateFetcher ( ) : void
return void
        private void CreateFetcher()
        {
            if (this.enableFetcher)
            {
                this.fetcher = new Fetcher(this.config, this.zkClient);
            }
        }