Skip to content

3.5.0

Choose a tag to compare

@cescoffier cescoffier released this 17 Jun 15:40
· 2641 commits to main since this release

Major changes

Complete changelog

  • #1263 - Add OpenTelemetry tracing to AMQP Connector
  • #1262 - Remove unused rebalance listener injection for vert.x Kafka client
  • #1261 - use a concurrent set instead of CopyOnWriteArrayList
  • #1260 - Fix #1259 - Do not fail because on uncommitted records if the consumer do not own the partition anymore
  • #1258 - Decrease level of consumption logs to DEBUG
  • #1255 - Decrease the log level of SRMSG18246 and SRMSG18247
  • #1254 - Log deserialization error when no failure handler is configured.
  • #1253 - Log Kafka message deserialization error on recovery
  • #1247 - Convert seconds into milliseconds
  • #1227 - manage Kafka sending thread manually instead of using Vert.x Kafka client