Philip Nee
Philip Nee
*More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testing...
https://cwiki.apache.org/confluence/display/KAFKA/Proposal%3A+Consumer+Threading+Model+Refactor * We want to abstract away the queues from the new KafkaConsumer using an EventHandler. - poll: Retrieve a response from the eventHandler - add: Add a request to...
This is the skeleton code for the background thread. More implementation details will be added there. *Summary of testing strategy (including rationale) for the feature or bug fix. Unit and/or...
Update MemoryUsageExtension.java *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary...