chia7712 opened a new pull request #9212:
URL: https://github.com/apache/kafka/pull/9212


   Users, who try to avoid null variable, can replace null by empty array to 
build header to be a kind of "flag". The ```RecordHeader#value()``` may be 
never called (as users only want to check existence of header) and so the 
receive buffer can't be released by GC until users get rid of ```Header```.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to