mingyen066 opened a new pull request, #20751:
URL: https://github.com/apache/kafka/pull/20751

   This patch implements 
[KIP-1205](https://cwiki.apache.org/confluence/display/KAFKA/KIP-1205%3A+Improve+RecordHeader+to+be+Thread-Safe)
 to address concurrency issues (NPE) related to the lazy initialization of 
`RecordHeader` fields.
   
   The added test verified that concurrent access to `RecordHeader.key()` and 
`RecordHeader.value()` no longer throws `NullPointerException`
   


-- 
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]

Reply via email to