Skip to content

Commit

Permalink
fix(consumer): Update arbitrarily renamed KafkaError in retry policy (
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaemming authored Oct 15, 2020
1 parent 4d36cc0 commit dc4eb70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snuba/consumers/consumer_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __init__(
and e.args[0].code()
in (
KafkaError.REQUEST_TIMED_OUT,
KafkaError.NOT_COORDINATOR_FOR_GROUP,
KafkaError.NOT_COORDINATOR,
KafkaError._WAIT_COORD,
),
)
Expand Down

0 comments on commit dc4eb70

Please sign in to comment.