Github user ijuma closed the pull request at:
https://github.com/apache/kafka/pull/1388
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
GitHub user ijuma opened a pull request:
https://github.com/apache/kafka/pull/1388
MINOR: Inline `Record.write` into `Compressor.putRecord`
This simplifies the call path making the code easier to understand.
Previously, `Record.write(ByteBuffer...)` called `Compressor.putRecord` whi