summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kafka/errors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kafka/errors.py b/kafka/errors.py
index 8fcaf59..35f9d94 100644
--- a/kafka/errors.py
+++ b/kafka/errors.py
@@ -109,6 +109,7 @@ class UnknownTopicOrPartitionError(BrokerResponseError):
message = 'UNKNOWN_TOPIC_OR_PARTITION'
description = ('This request is for a topic or partition that does not'
' exist on this broker.')
+ retriable = True
invalid_metadata = True