Re: Should the KafkaProducer callback get the record batch?

2015-10-04 Thread Ewen Cheslack-Postava
Anything from the context of the initial send request that is included in the callback is for convenience -- the only things you *need* to have in the callback are the result values (exception/metadata). You can always capture that information when you construct the callback. A similar issue came

[jira] [Updated] (KAFKA-2601) ConsoleProducer tool shows stacktrace on invalid command parameters

2015-10-04 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava updated KAFKA-2601: - Assignee: Gabriel Nicolas Avellaneda > ConsoleProducer tool shows stacktrace on

[jira] [Updated] (KAFKA-2601) ConsoleProducer tool shows stacktrace on invalid command parameters

2015-10-04 Thread Ewen Cheslack-Postava (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ewen Cheslack-Postava updated KAFKA-2601: - Reviewer: Guozhang Wang Status: Patch Available (was: Open) [~guozhang]

[jira] [Commented] (KAFKA-2534) SSLTransportLayer does not handle buffer overflow correctly

2015-10-04 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14942713#comment-14942713 ] Rajini Sivaram commented on KAFKA-2534: --- The latest commit has removed duplicate code in

[jira] [Created] (KAFKA-2609) SSL renegotiation code paths need more tests

2015-10-04 Thread Rajini Sivaram (JIRA)
Rajini Sivaram created KAFKA-2609: - Summary: SSL renegotiation code paths need more tests Key: KAFKA-2609 URL: https://issues.apache.org/jira/browse/KAFKA-2609 Project: Kafka Issue Type:

[jira] [Commented] (KAFKA-2603) Add timeout to ConsoleConsumer running with new consumer

2015-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14942699#comment-14942699 ] ASF GitHub Bot commented on KAFKA-2603: --- GitHub user rajinisivaram opened a pull request:

[GitHub] kafka pull request: KAFKA-2603: Add timeout arg to ConsoleConsumer...

2015-10-04 Thread rajinisivaram
GitHub user rajinisivaram opened a pull request: https://github.com/apache/kafka/pull/274 KAFKA-2603: Add timeout arg to ConsoleConsumer Added --timeout-ms argument to ConsoleConsumer that works with both old and new consumer. Also modified ducktape ConsoleConsumer service to use

[jira] [Updated] (KAFKA-2603) Add timeout to ConsoleConsumer running with new consumer

2015-10-04 Thread Rajini Sivaram (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram updated KAFKA-2603: -- Status: Patch Available (was: Open) The PR adds a new argument -timeout-ms with the same

[GitHub] kafka pull request: KAFKA-2601: ConsoleProducer tool shows stacktr...

2015-10-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/269 --- 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

[jira] [Commented] (KAFKA-2601) ConsoleProducer tool shows stacktrace on invalid command parameters

2015-10-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14942929#comment-14942929 ] ASF GitHub Bot commented on KAFKA-2601: --- Github user asfgit closed the pull request at:

Build failed in Jenkins: Kafka-trunk #658

2015-10-04 Thread Apache Jenkins Server
See Changes: [harsha] KAFKA-2601; ConsoleProducer tool shows stacktrace on invalid command -- [...truncated 1827 lines...] kafka.coordinator.ConsumerCoordinatorResponseTest >

[jira] [Commented] (KAFKA-2601) ConsoleProducer tool shows stacktrace on invalid command parameters

2015-10-04 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14942942#comment-14942942 ] Guozhang Wang commented on KAFKA-2601: -- This has been committed by Sriharsha, closing it for now. >

[jira] [Updated] (KAFKA-2601) ConsoleProducer tool shows stacktrace on invalid command parameters

2015-10-04 Thread Guozhang Wang (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-2601?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-2601: - Resolution: Fixed Status: Resolved (was: Patch Available) > ConsoleProducer tool shows