vert-x3 / vertx-kafka-client

Reactive Kafka Client for Vert.x
Apache License 2.0
84 stars 82 forks source link

Uptake Apache Kafka client to latest version #196

Closed jcguion closed 2 years ago

jcguion commented 3 years ago

Questions

We observed high CPU usage from an idle Kafka consumer and isolated the issue to a known problem that has been fixed in the Apache Kafka client (KAFKA-10254 & KAFKA-10134) and made available as version 2.6.1 (current Vert.x Kafka dependency is on 2.6.0).

Version

3.9.3, although current 3.9.6 SNAPSHOT has the same 2.6.0 dependency.

Context

Consumer connects to Kafka broker and shows CPU burn.

Suggestion

An uptake of the patched Apache Kafka client (2.6.1).

vietj commented 3 years ago

ping @ppatierno @cescoffier

cescoffier commented 3 years ago

It's the bug @tsegismont chased, and yes I confirm that the problem was fixed in the Apache Kafka client. Note that 2.7 is also available.

sfitts commented 2 years ago

Would be great to uptake at least 2.7 as it contains some features we'd love to leverage. Any plans for that?

vietj commented 2 years ago

we actually have a planned upgrade to 3.0.0 when Vert.x 4.3.0 is released

vietj commented 2 years ago

see https://github.com/vert-x3/vertx-kafka-client/pull/208