Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Fetcher ( Kafka.Client.Cfg.ConsumerConfiguration config, IZooKeeperClient zkClient ) : System |
Initializes a new instance of the Fetcher class.
|
|
InitConnections ( IEnumerable |
Opens connections to brokers.
|
Method | Description | |
---|---|---|
EnsuresNotDisposed ( ) : void |
Ensures that object was not disposed
|
|
Shutdown ( ) : void |
Shuts down all fetch threads
|
public Fetcher ( Kafka.Client.Cfg.ConsumerConfiguration config, IZooKeeperClient zkClient ) : System | ||
config | Kafka.Client.Cfg.ConsumerConfiguration | /// The consumer configuration. /// |
zkClient | IZooKeeperClient | /// The wrapper above ZooKeeper client. /// |
return | System |
public InitConnections ( IEnumerable |
||
topicInfos | IEnumerable |
/// The topic infos. /// |
cluster | /// The cluster. /// | |
queuesToBeCleared | IEnumerable |
/// The queues to be cleared. /// |
return | void |