Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
add new exceptions to error code map
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Apr 27, 2015
1 parent 134e069 commit 6834731
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pykafka/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,5 +144,8 @@ class NotCoordinatorForConsumer(ProtocolClientError):
NotLeaderForPartition,
RequestTimedOut,
MessageSizeTooLarge,
OffsetMetadataTooLarge)
OffsetMetadataTooLarge,
OffsetsLoadInProgress,
ConsumerCoordinatorNotAvailable,
NotCoordinatorForConsumer)
)

0 comments on commit 6834731

Please sign in to comment.