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 f28ed0e commit fb61535Copy full SHA for fb61535
kafka/errors.py
@@ -664,6 +664,7 @@ class UnknownLeaderEpochError(BrokerResponseError):
664
message = 'UNKNOWN_LEADER_EPOCH'
665
description = 'The leader epoch in the request is newer than the epoch on the broker.'
666
retriable = True
667
+ invalid_metadata = True
668
669
670
class UnsupportedCompressionTypeError(BrokerResponseError):
0 commit comments