Update dependency strimzi/strimzi-kafka-bridge to v0.28.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
strimzi/strimzi-kafka-bridge | minor |
0.27.0 -> 0.28.0
|
|
strimzi/strimzi-kafka-bridge | ironbank-github | minor |
0.27.0 -> 0.28.0
|
Release Notes
strimzi/strimzi-kafka-bridge (strimzi/strimzi-kafka-bridge)
v0.28.0
- Dependency updates (Kafka 3.7.0, Kubernetes configuration provider 1.1.2, Vert.x 4.5.4, Netty 4.1.107.Final, Jackson FasterXML 2.16.1, Micrometer 1.12.3, OAuth 0.15.0, OpenTelemetry 1.34.1, OpenTelemetry Semconv 1.21.0-alpha, OpenTelemetry instrumentation 1.32.0-alpha)
- Fixed missing messaging semantic attributes to the Kafka consumer spans
- Introduced a new text embedded format to send and receive plain strings for record key and value.
- Removed the dependency on OkHttp and thus Kotlin.
- This release deprecates several attributes (inline with changes from OpenTelemetry Semconv) which it attaches to spans. Both the deprecated attribute and its replacement will be added to spans in the current release. The deprecated attributes will be removed in a future version.
-
http.method
is being replaced withhttp.request.method
-
http.url
is being replaced withurl.scheme
,url.path
&url.query
-
messaging.destination
is being replaced withmessaging.destination.name
-
http.status_code
is being replaced withhttp.response.status_code
-
- The span attribute
messaging.destination.kind=topic
is deprecated, by OpenTelemetry Semconv, without a replacement. It will be removed in a future release of the Strimzi Kafka Bridge.
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.