Kafka.Client.Cfg.KafkaClientConfiguration.SupressZooKeeper C# (CSharp) Méthode

SupressZooKeeper() private méthode

private SupressZooKeeper ( ) : void
Résultat void
        internal void SupressZooKeeper()
        {
            this.enabled = false;
        }

Usage Example

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