[GitHub] kafka pull request #2375: Kafka 4060 remove zk client dependency in kafka st...

2017-01-13 Thread hjafarpour
GitHub user hjafarpour opened a pull request: https://github.com/apache/kafka/pull/2375 Kafka 4060 remove zk client dependency in kafka streams followup Updated the KAFKA-4060 code based on the new Admin client API. Also we won't delete internal topics anymore. You can

[GitHub] kafka pull request #2377: Kafka 4060 docs update

2017-01-13 Thread hjafarpour
GitHub user hjafarpour opened a pull request: https://github.com/apache/kafka/pull/2377 Kafka 4060 docs update Updated the docs with changes in KAFKA-4060. You can merge this pull request into a Git repository by running: $ git pull https://github.com/hjafarpour/kafka KAFKA

[GitHub] kafka pull request #2389: Kafka 4060 remove zk client dependency in kafka st...

2017-01-17 Thread hjafarpour
GitHub user hjafarpour opened a pull request: https://github.com/apache/kafka/pull/2389 Kafka 4060 remove zk client dependency in kafka streams followup re-branched from trunk Re-branched the trunk and applied the changes to the new branch to simplify commit log. You can merge

[GitHub] kafka pull request #2375: Kafka 4060 remove zk client dependency in kafka st...

2017-01-23 Thread hjafarpour
Github user hjafarpour closed the pull request at: https://github.com/apache/kafka/pull/2375 --- 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 #1799: Kafka 4060 remove zk client dependency in kafka st...

2016-08-29 Thread hjafarpour
GitHub user hjafarpour opened a pull request: https://github.com/apache/kafka/pull/1799 Kafka 4060 remove zk client dependency in kafka streams Removed Zookeeper client from the Kafka Streams. The internal topic manager now will use Kafka Client to create/delete internal topics

[GitHub] kafka pull request #1799: Kafka 4060 remove zk client dependency in kafka st...

2016-09-19 Thread hjafarpour
Github user hjafarpour closed the pull request at: https://github.com/apache/kafka/pull/1799 --- 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 #1884: KAFKA-4060: Remove zk client dependency in kafka s...

2016-09-19 Thread hjafarpour
GitHub user hjafarpour opened a pull request: https://github.com/apache/kafka/pull/1884 KAFKA-4060: Remove zk client dependency in kafka streams @dguy This is a new PR for KAFKA-4060. You can merge this pull request into a Git repository by running: $ git pull https