linkedin / kafka-monitor

Xinfra Monitor monitors the availability of Kafka clusters by producing synthetic workloads using end-to-end pipelines to obtain derived vital statistics - E2E latency, service produce/consume availability, offsets commit availability & latency, message loss rate and more.
https://engineering.linkedin.com/blog/2016/05/open-sourcing-kafka-monitor
Apache License 2.0
2.02k stars 445 forks source link

bump dependencies: kafka and zookeeper #378

Closed mhratson closed 2 years ago

mhratson commented 2 years ago

bump dependencies: kafka and zookeeper

Details

new NetworkClient arguments:

  1. long connectionSetupTimeoutMs,
  2. long connectionSetupTimeoutMaxMs

are described in https://issues.apache.org/jira/browse/KAFKA-9893 and corresponding PRs:

  1. https://github.com/apache/kafka/pull/8544
  2. https://github.com/apache/kafka/pull/8683

Testing Done

  1. ./gradlew build