Class KafkaSkipRecordException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.tinkoff.kora.kafka.common.exceptions.KafkaSkipRecordException
- All Implemented Interfaces:
Serializable
Wraps exception that will be reported to telemetry and skipped
Example:
throw new KafkaSkipRecordException(new MyException());
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KafkaSkipRecordException
- Parameters:
cause- will be reported to telemetry and skipped
-