Class DuplicateDataException

All Implemented Interfaces:
Serializable

public class DuplicateDataException extends DataValidationException
This is a benign DataValidationException. It indicates that duplicate data was consumed from the Kafka stream. The receiver of this exception is free to carry on, but may choose to forgo any processing it had planned to do about the duplicate data.
See Also:
  • Constructor Details

    • DuplicateDataException

      public DuplicateDataException(String message)
    • DuplicateDataException

      public DuplicateDataException(String message, Throwable throwable)