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: src/reference/asciidoc/whats-new.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,12 +103,12 @@ See <<transaction-id-prefix>> for more information.
103
103
==== New Delegating Serializer/Deserializer
104
104
105
105
The framework now provides a delegating `Serializer` and `Deserializer`, utilizing a header to enable producing and consuming records with multiple key/value types.
106
-
See <<delegating-deserialization>> for more information.
106
+
See <<delegating-serialization>> for more information.
107
107
108
108
==== New Retrying Deserializer
109
109
110
110
The framework now provides a delegating `RetryingDeserializer`, to retry serialization when transient errors such as network problems might occur.
111
-
See <<retrying-serialization>> for more information.
111
+
See <<retrying-deserialization>> for more information.
112
112
113
113
==== New function for recovering from deserializing errors
0 commit comments