A reference for the error hierarchy in org.apache.kafka.common.errors. Page is a draft

Exception | ErrorCode
All errors Extend RuntimeException -> KafkaException
ApiException -> InvalidTopicException | 17
OffsetMetadataTooLarge |  12
NotEnoughReplicasException | 19
ApiException -> NotEnoughReplicasAfterAppendException | 20
ApiException -> RetriableException -> OffsetOutOfRange | 1 
ApiException -> RetriableException -> UnkownTopicOrPartitionException | 3
ApiException -> RetriableException -> InvalidMetadataException -> LeaderNotAvailableException | 5
ApiException -> RetriableException -> InvalidMetadataException -> NotLeaderForPartitionException | 6
-- 
ApiException -> RecordBatchTooLargeException | 18
ApiException -> RecordTooLargeException | 10
ApiException -> UnknownServerException | -1
ApiException -> RetriableException -> CorruptRecordException | 2
ApiException -> RetriableException -> TimeoutException
ApiException -> RetriableException -> InvalidMetadataException -> NetworkException | 13
ApiException -> RetriableException -> UnknownTopicOrPartitionException | 3
SerializationException | N/A

  • No labels