Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixing code alignment
  • Loading branch information
Jason White committed Mar 2, 2016
commit 0a78e8d48a55df4a51e492451f73e8d95094bdba
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ class DirectKafkaStreamSuite
.fold(e => Map.empty[TopicAndPartition, Long], m => m.mapValues(lo => lo.offset))

new DirectKafkaInputDStream[String, String, StringDecoder, StringDecoder, (String, String)](
ssc, kafkaParams, m, messageHandler) {
ssc, kafkaParams, m, messageHandler) {
override protected[streaming] val rateController =
Some(new DirectKafkaRateController(id, estimator))
}
Expand Down