You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for a complete list of changes, enhancements, fixes and upgrade considerations.
136
136
137
-
Note: Versioning is skipped due to breaking change in v2.8.1.
137
+
Note: Versioning is skipped due to breaking change in v2.8.1.
138
138
Do not run software with v2.8.1 installed.
139
139
140
140
@@ -166,7 +166,7 @@ We apologize for the inconvenience and appreciate the feedback that we have gott
166
166
167
167
v2.6.2 is a feature release with the following features, fixes and enhancements:
168
168
169
-
Note: This release modifies the dependencies of the Schema Registry client.
169
+
Note: This release modifies the dependencies of the Schema Registry client.
170
170
If you are using the Schema Registry client, please ensure that you install the
171
171
extra dependencies using the following syntax:
172
172
@@ -246,15 +246,15 @@ for a complete list of changes, enhancements, fixes and upgrade considerations.
246
246
## v2.5.0 - 2024-07-10
247
247
248
248
> [!WARNING]
249
-
This version has introduced a regression in which an assert is triggered during **PushTelemetry** call. This happens when no metric is matched on the client side among those requested by broker subscription.
249
+
This version has introduced a regression in which an assert is triggered during **PushTelemetry** call. This happens when no metric is matched on the client side among those requested by broker subscription.
250
250
>
251
251
> You won't face any problem if:
252
252
> * Broker doesn't support [KIP-714](https://cwiki.apache.org/confluence/display/KAFKA/KIP-714%3A+Client+metrics+and+observability).
253
253
> *[KIP-714](https://cwiki.apache.org/confluence/display/KAFKA/KIP-714%3A+Client+metrics+and+observability) feature is disabled on the broker side.
254
254
> *[KIP-714](https://cwiki.apache.org/confluence/display/KAFKA/KIP-714%3A+Client+metrics+and+observability) feature is disabled on the client side. This is enabled by default. Set configuration `enable.metrics.push` to `false`.
255
255
> * If [KIP-714](https://cwiki.apache.org/confluence/display/KAFKA/KIP-714%3A+Client+metrics+and+observability) is enabled on the broker side and there is no subscription configured there.
256
256
> * If [KIP-714](https://cwiki.apache.org/confluence/display/KAFKA/KIP-714%3A+Client+metrics+and+observability) is enabled on the broker side with subscriptions that match the [KIP-714](https://cwiki.apache.org/confluence/display/KAFKA/KIP-714%3A+Client+metrics+and+observability) metrics defined on the client.
257
-
>
257
+
>
258
258
> Having said this, we strongly recommend using `v2.5.3` and above to not face this regression at all.
259
259
260
260
v2.5.0 is a feature release with the following features, fixes and enhancements:
@@ -628,4 +628,3 @@ v1.5.0 is a maintenance release with the following fixes and enhancements:
628
628
confluent-kafka-python is based on librdkafka v1.5.0, see the
0 commit comments