-
- Downloads
[SPARK-7621] [STREAMING] Report Kafka errors to StreamingListeners
PR per [SPARK-7621](https://issues.apache.org/jira/browse/SPARK-7621), which makes both `KafkaReceiver` and `ReliableKafkaReceiver` report its errors to the `ReceiverTracker`, which in turn will add the events to the bus to fire off any registered `StreamingListener`s. Author: jerluc <jeremyalucas@gmail.com> Closes #6204 from jerluc/master and squashes the following commits: 82439a5 [jerluc] [SPARK-7621] [STREAMING] Report Kafka errors to StreamingListeners
Showing
- external/kafka/src/main/scala/org/apache/spark/streaming/kafka/KafkaInputDStream.scala 1 addition, 1 deletion.../org/apache/spark/streaming/kafka/KafkaInputDStream.scala
- external/kafka/src/main/scala/org/apache/spark/streaming/kafka/ReliableKafkaReceiver.scala 1 addition, 1 deletion.../apache/spark/streaming/kafka/ReliableKafkaReceiver.scala
Loading
Please register or sign in to comment