Skip to content

gufo.liftbridge.error

ErrorAlreadyExists

Bases: LiftbridgeError

Partition is already exists.

ErrorChannelClosed

Bases: LiftbridgeError

Channel is terminated by broker.

ErrorMessageSizeExceeded

Bases: LiftbridgeError

Message size exceeds allowed limit.

ErrorNoMetadataLeader

Bases: LiftbridgeError

No known metadata leader.

ErrorNotFound

Bases: LiftbridgeError

Unable to resolve broker.

ErrorUnavailable

Bases: LiftbridgeError

Broker is not available.

LiftbridgeError

Bases: Exception

Base class for LirtBridgeClient errors.

is_no_metada_leader(exc)

Check if the error is no known metadata leader