kirktrue commented on code in PR #18466:
URL: https://github.com/apache/kafka/pull/18466#discussion_r1909373739
##########
docs/upgrade.html:
##########
@@ -688,6 +688,10 @@ <h5><a id="upgrade_360_notable"
href="#upgrade_360_notable">Notable changes in 3
The configuration can also be updated dynamically and is applied
to the broker. Workloads running on version 3.6.0 with compression can
experience
InvalidRecordExceptions and UnknownServerExceptions. Upgrading to
3.6.1 or newer or disabling the feature fixes the issue.
</li>
+ <li>The <code>ByteBufferDeserializer</code> (<a
href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=225152035">KIP-863</a>)
+ was changed to avoid unnecessary deep-copies of data. This changes
the behavior of the deserializer as user code cannot make any assumptions
+ about buffer position, limit, capactiy any longer.
Review Comment:
```suggestion
about buffer position, limit, capacity any longer.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]