Class NoOffsetForPartitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.kafka.common.KafkaException
org.apache.kafka.clients.consumer.InvalidOffsetException
org.apache.kafka.clients.consumer.NoOffsetForPartitionException
- All Implemented Interfaces:
Serializable
Indicates that there is no stored offset for a partition and no defined offset
reset policy.
- See Also:
-
Constructor Summary
ConstructorDescriptionNoOffsetForPartitionException
(Collection<TopicPartition> partitions) NoOffsetForPartitionException
(TopicPartition partition) -
Method Summary
Modifier and TypeMethodDescriptionreturns all partitions for which no offests are defined.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoOffsetForPartitionException
-
NoOffsetForPartitionException
-
-
Method Details
-
partitions
returns all partitions for which no offests are defined.- Specified by:
partitions
in classInvalidOffsetException
- Returns:
- all partitions without offsets
-