diff --git a/CHANGELOG.md b/CHANGELOG.md index 18acb6b688..95c740432a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,7 +59,8 @@ librdkafka v2.4.0 is a feature release: could lead to an `UNKNOWN_TOPIC_OR_PART` error. Solved by updating the consumer group following a metadata refresh only in safe states. Happening since 2.1.0 (#4678). - * Metadata refreshes without partition leader change could lead to a loop of + * Issues: #4577. + Metadata refreshes without partition leader change could lead to a loop of metadata calls at fixed intervals. Solved by stopping metadata refresh when all existing metadata is non-stale. Happening since 2.3.0 (#4679).