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();
 }