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 81860ee commit 1e532c6Copy full SHA for 1e532c6
kafka/errors.py
@@ -87,7 +87,7 @@ class InvalidMessageError(BrokerResponseError):
87
88
class UnknownTopicOrPartitionError(BrokerResponseError):
89
errno = 3
90
- message = 'UNKNOWN_TOPIC_OR_PARTITON'
+ message = 'UNKNOWN_TOPIC_OR_PARTITION'
91
description = ('This request is for a topic or partition that does not'
92
' exist on this broker.')
93
invalid_metadata = True
0 commit comments