DriftWarningConfig

final case class DriftWarningConfig(threshold: Duration, interval: Duration)

Configure warn logging when timestamp drifts.

Value parameters:
interval

How often the warning will be logged if timestamps keep drifting above the threshold.

threshold

How far in the future timestamps are allowed to drift before the warning is logged. If it is undefined or set to 0, warnings are disabled.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product