UladzislauBlok commented on code in PR #21756: URL: https://github.com/apache/kafka/pull/21756#discussion_r2937053572
########## streams/src/main/java/org/apache/kafka/streams/state/internals/InMemoryTimeOrderedKeyValueChangeBuffer.java: ########## Review Comment: Out of curiosity: why do we propagate `ProcessorRecordContext` if we already have this `private InternalProcessorContext<?, ?> context;`. I assume if processor was initialized we should have the same task / record. This is important because this is used to propagate headers to underlying serdes -- 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]
