public KafkaProperties()

in src/main/java/com/googlesource/gerrit/plugins/kafka/config/KafkaProperties.java [61:68]


  public KafkaProperties(boolean sendAsync) {
    super();
    setDefaults();
    topic = "gerrit";
    this.sendAsync = sendAsync;
    this.sendStreamEvents = true;
    initDockerizedKafkaServer();
  }