lianetm opened a new pull request, #22654: URL: https://github.com/apache/kafka/pull/22654
Initial partial implementation for KIP-1332 (producer incremental allocation strategy). This PR includes: - new producer config for allocation strategy (incremental/full) - initial implementation of the incremental strategy: supports uncompressed data only (no growth support), extra-copy on send (linked chunks are flattened into a new buffer) - unit and integration tests (running existing Producer integration tests with the new strategy + new ones) Support for compressed data and network layer improvements will come in follow-up PRs. -- 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]
