frankvicky opened a new pull request, #21639: URL: https://github.com/apache/kafka/pull/21639
JIRA: [KAFKA-20262](https://issues.apache.org/jira/browse/KAFKA-20262) When utilizing headers-aware state stores in Kafka Streams, there is an inconsistency in how tombstone records (emitted via delete(key) or put(key, null)) are handled during changelog serialization. Specifically, when a tombstone is written to the changelog topic through InternalProcessorContext, any custom headers associated with the key's metadata appear to be dropped. -- 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]
