KAFKA-2734: kafka-console-consumer throws NoSuchElementException on n…#412
KAFKA-2734: kafka-console-consumer throws NoSuchElementException on n…#412SinghAsDev wants to merge 2 commits intoapache:trunkfrom
Conversation
|
@gwenshap this is worth taking a look. Not a blocker, but affects users and is probably on most common users' path. |
|
@SinghAsDev I am noticing this as well. we should get this into 0.9. I see a unit test failing |
|
Sure Harsha, I will look into the test failure. On Wed, Nov 4, 2015 at 11:16 AM, Harsha notifications@github.com wrote:
Regards, |
1b85227 to
49c5ba9
Compare
|
With the new consumer, people can still specify "whielist" with regex subscription, can we incorporate this? |
|
@guozhangwang that will require some changes to |
|
LGTM. |
…onsoleConsumer #412 is a pre-req. Author: Ashish Singh <asingh@cloudera.com> Reviewers: Guozhang Wang Closes #445 from SinghAsDev/KAFKA-2761
…te_broker endpoint. (apache#412)
Cherry-picking following PRs: - apache@7e7bb18 - apache@5ee3ecb - apache@bc7674f - apache@bd462df test failure fixes: - apache@1443f24 - apache@e4eab37 - apache@e9251a1 Reviewers: John Roesler <vvcephei@users.noreply.github.com>
* refactor(inkless): add fetch fan-out metrics Consumer fetch requests require a fan-out in number of batches to include to serve them. These batches may be across multiple objects. Adding histogramns to measure how do these fan-outs look like: partitions per request, batches per partitions, objects per request. * fixup! refactor(inkless): add fetch fan-out metrics
* refactor(inkless): add fetch fan-out metrics Consumer fetch requests require a fan-out in number of batches to include to serve them. These batches may be across multiple objects. Adding histogramns to measure how do these fan-outs look like: partitions per request, batches per partitions, objects per request. * fixup! refactor(inkless): add fetch fan-out metrics
…ot specifying topic