Kafka.Client.Cfg.KafkaClientConfiguration.SupressZooKeeper C# (CSharp) Метод

SupressZooKeeper() приватный Метод

private SupressZooKeeper ( ) : void
Результат void
        internal void SupressZooKeeper()
        {
            this.enabled = false;
        }

Usage Example

Пример #1
0
 public void SetUp()
 {
     clientConfig = KafkaClientConfiguration.GetConfiguration();
     clientConfig.SupressZooKeeper();
 }