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
Copy file name to clipboardExpand all lines: spring-kafka-docs/src/main/antora/modules/ROOT/pages/appendix/change-history.adoc
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
1
[[history]]
2
2
= Change History
3
3
4
+
[[what-s-new-in-3-4-since-3-3]]
5
+
== What's New in 3.4 Since 3.3
6
+
:page-section-summary-toc: 1
7
+
8
+
This section covers the changes made from version 3.3 to version 3.4.
9
+
For changes in earlier version, see xref:appendix/change-history.adoc[Change History].
10
+
11
+
[[x34-record-observations-in-batch]]
12
+
=== Individual Record Observations in Batch Processing
13
+
14
+
A new `ContainerProperties` property `recordObservationsInBatch` has been introduced to enable individual record observations within batch listeners.
15
+
When enabled, and a batch listener is configured with observation enabled, an observation will be started for each record in the batch.
16
+
This allows for proper distributed tracing of individual records within a batch, even when each record originated from different producers with different trace contexts.
17
+
The default value is `false` to maintain backward compatibility.
18
+
19
+
See xref:kafka/micrometer.adoc#observation[Micrometer Observation] for more details.
0 commit comments