[GitHub] spark pull request #15132: [SPARK-17510][STREAMING][KAFKA] config max rate o...

2016-11-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/15132 --- 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] spark pull request #15132: [SPARK-17510][STREAMING][KAFKA] config max rate o...

2016-11-07 Thread koeninger
Github user koeninger commented on a diff in the pull request: https://github.com/apache/spark/pull/15132#discussion_r86810750 --- Diff: external/kafka-0-10/src/main/scala/org/apache/spark/streaming/kafka010/PerPartitionConfig.scala --- @@ -0,0 +1,47 @@ +/* + * Licensed

[GitHub] spark pull request #15132: [SPARK-17510][STREAMING][KAFKA] config max rate o...

2016-11-05 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15132#discussion_r86659680 --- Diff: external/kafka-0-10/src/main/scala/org/apache/spark/streaming/kafka010/PerPartitionConfig.scala --- @@ -0,0 +1,47 @@ +/* + * Licensed to the

[GitHub] spark pull request #15132: [SPARK-17510][STREAMING][KAFKA] config max rate o...

2016-11-05 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15132#discussion_r86659642 --- Diff: external/kafka-0-10/src/main/scala/org/apache/spark/streaming/kafka010/KafkaUtils.scala --- @@ -123,7 +123,31 @@ object KafkaUtils extends Logging {

[GitHub] spark pull request #15132: [SPARK-17510][STREAMING][KAFKA] config max rate o...

2016-11-05 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15132#discussion_r86659652 --- Diff: external/kafka-0-10/src/main/scala/org/apache/spark/streaming/kafka010/PerPartitionConfig.scala --- @@ -0,0 +1,47 @@ +/* + * Licensed to the

[GitHub] spark pull request #15132: [SPARK-17510][STREAMING][KAFKA] config max rate o...

2016-11-04 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/15132#discussion_r86643388 --- Diff: external/kafka-0-10/src/main/scala/org/apache/spark/streaming/kafka010/PerPartitionConfig.scala --- @@ -0,0 +1,47 @@ +/* + * Licensed to the

[GitHub] spark pull request #15132: [SPARK-17510][STREAMING][KAFKA] config max rate o...

2016-09-17 Thread koeninger
GitHub user koeninger opened a pull request: https://github.com/apache/spark/pull/15132 [SPARK-17510][STREAMING][KAFKA] config max rate on a per-partition basis ## What changes were proposed in this pull request? Allow configuration of max rate on a per-topicpartition