Re: [DISCUSS] KIP-174 - Deprecate and remove internal converter configs in WorkerConfig

2017-07-30 Thread UMESH CHAUDHARY
Hi Ewen, Thanks for your comments. 1) Yes, there are some test and java classes which refer these configs, so I will include them as well in "public interface" section of KIP. What should be our approach to deal with the classes and tests which use these configs: we need to change them to use

[GitHub] kafka pull request #3602: KAFKA-5671: Add StreamsBuilder and Deprecate KStre...

2017-07-30 Thread mjsax
GitHub user mjsax opened a pull request: https://github.com/apache/kafka/pull/3602 KAFKA-5671: Add StreamsBuilder and Deprecate KStreamBuilder You can merge this pull request into a Git repository by running: $ git pull https://github.com/mjsax/kafka

[jira] [Created] (KAFKA-5679) Add logging to distinguish between internally and externally initiated shutdown of Kafka

2017-07-30 Thread Apurva Mehta (JIRA)
Apurva Mehta created KAFKA-5679: --- Summary: Add logging to distinguish between internally and externally initiated shutdown of Kafka Key: KAFKA-5679 URL: https://issues.apache.org/jira/browse/KAFKA-5679

[GitHub] kafka pull request #3601: KAFKA-4218: Add withkey methods to KGroupedTable

2017-07-30 Thread jeyhunkarimov
GitHub user jeyhunkarimov opened a pull request: https://github.com/apache/kafka/pull/3601 KAFKA-4218: Add withkey methods to KGroupedTable This PR aims to add withKey methods to KGroupedTable interface. This PR is part of

[GitHub] kafka pull request #3600: KAFKA-4218 : Add withkey methods to KTable

2017-07-30 Thread jeyhunkarimov
GitHub user jeyhunkarimov opened a pull request: https://github.com/apache/kafka/pull/3600 KAFKA-4218 : Add withkey methods to KTable This PR aims to add withKey methods to KTable interface. This PR is part of

[GitHub] kafka pull request #3599: KAFKA-4218: Add withkey methods to KGroupedStream

2017-07-30 Thread jeyhunkarimov
GitHub user jeyhunkarimov opened a pull request: https://github.com/apache/kafka/pull/3599 KAFKA-4218: Add withkey methods to KGroupedStream This PR aims to add withKey methods to KGroupedStream interface. This PR is part of

[GitHub] kafka pull request #3598: KAFKA-4218: Add withkey methods to KStream

2017-07-30 Thread jeyhunkarimov
GitHub user jeyhunkarimov opened a pull request: https://github.com/apache/kafka/pull/3598 KAFKA-4218: Add withkey methods to KStream This PR aims to add withKey methods to KStream interface. This PR is part of