[jira] [Resolved] (KAFKA-5528) Error while reading topic, offset, partition info from process method

2017-07-03 Thread Nishkam Ravi (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nishkam Ravi resolved KAFKA-5528. - Resolution: Fixed > Error while reading topic, offset, partition info from process method >

[DISCUSS] KIP-175: Additional '--describe' views for ConsumerGroupCommand

2017-07-03 Thread Vahid S Hashemian
Hi, I created KIP-175 to make some improvements to the ConsumerGroupCommand tool. The KIP can be found here: https://cwiki.apache.org/confluence/display/KAFKA/KIP-175%3A+Additional+%27--describe%27+views+for+ConsumerGroupCommand Your review and feedback is welcome! Thanks. --Vahid

Build failed in Jenkins: kafka-trunk-jdk8 #1780

2017-07-03 Thread Apache Jenkins Server
See Changes: [damian.guy] MINOR: compatibility tests for streams -- [...truncated 4.30 MB...] kafka.tools.ConsoleProducerTest > testInvalidConfigs PASSED

[GitHub] kafka pull request #3481: MINOR: Configuration name corrected in the upgrade...

2017-07-03 Thread Kamal15
GitHub user Kamal15 opened a pull request: https://github.com/apache/kafka/pull/3481 MINOR: Configuration name corrected in the upgrade docs. You can merge this pull request into a Git repository by running: $ git pull https://github.com/Kamal15/kafka upgrade_doc

[GitHub] kafka pull request #3479: MINOR: compatibility tests for streams

2017-07-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3479 --- 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

[GitHub] kafka pull request #3473: MINOR: Follow-up Streams doc changes to break into...

2017-07-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3473 --- 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] [Resolved] (KAFKA-5530) Balancer is dancing with KStream all the time, and due to that Kafka cannot work :-)

2017-07-03 Thread Seweryn Habdank-Wojewodzki (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-5530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Seweryn Habdank-Wojewodzki resolved KAFKA-5530. --- Resolution: Not A Bug The main problem, at least what we had observed

[jira] [Created] (KAFKA-5552) testTransactionalProducerTopicAuthorizationExceptionInCommit fails

2017-07-03 Thread Eno Thereska (JIRA)
Eno Thereska created KAFKA-5552: --- Summary: testTransactionalProducerTopicAuthorizationExceptionInCommit fails Key: KAFKA-5552 URL: https://issues.apache.org/jira/browse/KAFKA-5552 Project: Kafka

[GitHub] kafka pull request #3480: MINOR: Define the term tombstone, since it's used ...

2017-07-03 Thread tombentley
GitHub user tombentley opened a pull request: https://github.com/apache/kafka/pull/3480 MINOR: Define the term tombstone, since it's used elsewhere in the docs You can merge this pull request into a Git repository by running: $ git pull https://github.com/tombentley/kafka

[GitHub] kafka pull request #3479: MINOR: compatibility tests for streams

2017-07-03 Thread enothereska
GitHub user enothereska opened a pull request: https://github.com/apache/kafka/pull/3479 MINOR: compatibility tests for streams Add on to https://github.com/apache/kafka/pull/3454 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] kafka pull request #3478: KAFKA-3539: KafkaProducer.send() should not block

2017-07-03 Thread evis
GitHub user evis opened a pull request: https://github.com/apache/kafka/pull/3478 KAFKA-3539: KafkaProducer.send() should not block Just wrapped current `doSend()` method invocation into another `Future` to get rid of blocking while calling `KafkaProducer#send()`. I know, that a

[GitHub] kafka pull request #3428: HOTFIX: Add back the copy-constructor of abstract ...

2017-07-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/3428 --- 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

[GitHub] kafka pull request #3477: KAFKA-1044: eliminating log4j from core

2017-07-03 Thread viktorsomogyi
GitHub user viktorsomogyi opened a pull request: https://github.com/apache/kafka/pull/3477 KAFKA-1044: eliminating log4j from core The aim of this PR to move kafka core/main away from log4j and introduce using slf4j only. To accomplish this task I: - refactored