Skip to content

Commit 6ef0218

Browse files
authored
[Release] Bumped kafka_consumer version to 7.2.1 (DataDog#23683)
1 parent 69b14d8 commit 6ef0218

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

kafka_consumer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 7.2.1 / 2026-05-12
6+
7+
***Fixed***:
8+
9+
* Switch cluster monitoring's earliest-offset fetch to AdminClient.list_offsets(earliest), and isolate its failures so an earliest-offset error no longer drops topic.message_rate, partition.isr, topic.config.*, and other unrelated topic-metadata metrics. ([#23580](https://github.com/DataDog/integrations-core/pull/23580))
10+
511
## 7.2.0 / 2026-04-15
612

713
***Added***:

kafka_consumer/changelog.d/23580.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

kafka_consumer/datadog_checks/kafka_consumer/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
44

5-
__version__ = "7.2.0"
5+
__version__ = "7.2.1"

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ datadog-jboss-wildfly==3.4.0
119119
datadog-journald==3.2.0
120120
datadog-juniper-srx-firewall==1.3.0
121121
datadog-kafka-actions==2.6.0
122-
datadog-kafka-consumer==7.2.0
122+
datadog-kafka-consumer==7.2.1
123123
datadog-kafka==4.5.0
124124
datadog-karpenter==3.4.1
125125
datadog-keda==2.4.1

0 commit comments

Comments
 (0)