We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca02bb1 commit 9868ab0Copy full SHA for 9868ab0
kafka/errors.py
@@ -109,6 +109,7 @@ class UnknownTopicOrPartitionError(BrokerResponseError):
109
message = 'UNKNOWN_TOPIC_OR_PARTITION'
110
description = ('This request is for a topic or partition that does not'
111
' exist on this broker.')
112
+ retriable = True
113
invalid_metadata = True
114
115
0 commit comments