Kafka.Client.Cfg.KafkaClientConfiguration.SupressZooKeeper C# (CSharp) Method

SupressZooKeeper() private method

private SupressZooKeeper ( ) : void
return void
        internal void SupressZooKeeper()
        {
            this.enabled = false;
        }

Usage Example

Beispiel #1
0
 public void SetUp()
 {
     clientConfig = KafkaClientConfiguration.GetConfiguration();
     clientConfig.SupressZooKeeper();
 }