cadonna commented on PR #16684: URL: https://github.com/apache/kafka/pull/16684#issuecomment-2250477315
@loicgreffier Point 1 is absolutely needed. Point 2 is the proper fix. I think the cache part you have fixed in this PR by adding the raw record to the cache entry. For the buffers, you need to add the raw record to the serialized `BufferValue`. However, with that you modify a serialization format and we need take great care to maintain backwards compatibility. -- 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]
