[GitHub] kafka pull request #2843: KAFKA-5056: Add shuffling of FetchRequest requestI...

2017-04-11 Thread toddpalino
GitHub user toddpalino opened a pull request: https://github.com/apache/kafka/pull/2843 KAFKA-5056: Add shuffling of FetchRequest requestInfo back to old consumer KIP-74 removed the shuffle of requestInfo from the FetchRequest constructor, moving the logic to the replica fetcher

[GitHub] kafka pull request #1747: KAFKA-4050: Allow configuration of the PRNG used f...

2016-08-16 Thread toddpalino
GitHub user toddpalino opened a pull request: https://github.com/apache/kafka/pull/1747 KAFKA-4050: Allow configuration of the PRNG used for SSL Add an optional configuration for the SecureRandom PRNG implementation, with the default behavior being the same (use the default

[GitHub] kafka pull request #1605: KAFKA-3725: Update documentation with regards to X...

2016-07-10 Thread toddpalino
GitHub user toddpalino opened a pull request: https://github.com/apache/kafka/pull/1605 KAFKA-3725: Update documentation with regards to XFS I've updated the ops documentation with information on using the XFS filesystem, based on LinkedIn's testing (and subsequent switch from EXT4