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
Added parameters that were mistakenly taken out in previous commit
  • Loading branch information
Satyajit Vegesna committed Aug 2, 2018
commit 6dc893a681721b51e61a9df099ae8f2c865c38c1
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ private[kafka010] object KafkaSourceProvider extends Logging {
| topic was processed. If you want your streaming query to fail on such cases, set the source
| option "failOnDataLoss" to "true".
""".stripMargin

val INSTRUCTION_FOR_FAIL_ON_DATA_LOSS_TRUE =
"""
|Some data may have been lost because they are not available in Kafka any more; either the
Expand All @@ -493,6 +494,8 @@ private[kafka010] object KafkaSourceProvider extends Logging {
| source option "failOnDataLoss" to "false".
""".stripMargin



private val deserClassName = classOf[ByteArrayDeserializer].getName

def getKafkaOffsetRangeLimit(
Expand Down