Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.kafka.common.errors Classes and Interfaces - 32 results found.
NameDescriptionTypePackageFramework
LeaderNotAvailableExceptionThere is no currently available leader for the given partition (either because a leadership election is in progress or because all replicas are down).Classorg.apache.kafka.common.errorsApache Kafka
InvalidTopicExceptionThe client has attempted to perform an operation on an invalid topic.Classorg.apache.kafka.common.errorsApache Kafka
InvalidRequiredAcksExceptionClassorg.apache.kafka.common.errorsApache Kafka
InvalidMetadataExceptionAn exception that may indicate the client's metadata is out of dateSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
InterruptExceptionAn unchecked wrapper for InterruptedExceptionSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
IllegalGenerationExceptionClassorg.apache.kafka.common.errorsApache Kafka
GroupLoadInProgressExceptionThe broker returns this error code for any coordiantor request if it is still loading the metadata (after a leader change for that offsets topic partition) for this group.Classorg.apache.kafka.common.errorsApache Kafka
GroupCoordinatorNotAvailableExceptionThe broker returns this error code for consumer metadata requests or offset commit requests if the offsets topic has not yet been created.Classorg.apache.kafka.common.errorsApache Kafka
GroupAuthorizationExceptionClassorg.apache.kafka.common.errorsApache Kafka
DisconnectExceptionServer disconnected before a request could be completed.Classorg.apache.kafka.common.errorsApache Kafka
CorruptRecordExceptionThis exception indicates a record has failed its internal CRC check, this generally indicates network or diskSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
ControllerMovedExceptionClassorg.apache.kafka.common.errorsApache Kafka
BrokerNotAvailableExceptionClassorg.apache.kafka.common.errorsApache Kafka
ApiExceptionAny API exception that is part of the public protocol and should be a subclass of this class and be part of thisSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
AuthorizationExceptionClassorg.apache.kafka.common.errorsApache Kafka
NetworkExceptionA misc.Classorg.apache.kafka.common.errorsApache Kafka
NotCoordinatorForGroupExceptionThe broker returns this error code if it receives an offset fetch or commit request for a consumer group that it is not a coordinator for.Classorg.apache.kafka.common.errorsApache Kafka
NotEnoughReplicasAfterAppendExceptionNumber of insync replicas for the partition is lower than min.Classorg.apache.kafka.common.errorsApache Kafka
NotEnoughReplicasExceptionNumber of insync replicas for the partition is lower than min.Classorg.apache.kafka.common.errorsApache Kafka
NotLeaderForPartitionExceptionThis server is not the leader for the given partitionSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
OffsetMetadataTooLargeThe client has tried to save its offset with associated metadata larger than the maximum size allowed by the server.Classorg.apache.kafka.common.errorsApache Kafka
RebalanceInProgressExceptionClassorg.apache.kafka.common.errorsApache Kafka
RecordBatchTooLargeExceptionThis record batch is larger than the maximum allowable sizeSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
RecordTooLargeExceptionThis record is larger than the maximum allowable sizeSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
RetriableExceptionA retryable exception is a transient exception that if retried may succeed.Classorg.apache.kafka.common.errorsApache Kafka
SerializationExceptionAny exception during serialization in the producerSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
TimeoutExceptionIndicates that a request timed out.Classorg.apache.kafka.common.errorsApache Kafka
TopicAuthorizationExceptionClassorg.apache.kafka.common.errorsApache Kafka
UnknownMemberIdExceptionClassorg.apache.kafka.common.errorsApache Kafka
UnknownServerExceptionAn error occurred on the server for which the client doesn't have a corresponding error code.Classorg.apache.kafka.common.errorsApache Kafka
UnknownTopicOrPartitionExceptionThis topic/partition doesn't existSee Also:Serialized FormClassorg.apache.kafka.common.errorsApache Kafka
WakeupExceptionException used to indicate preemption of a blocking operation by an external thread.Classorg.apache.kafka.common.errorsApache Kafka