Skip to content

Commit

Permalink
Merge pull request #1351 from rodrigolourenco/master
Browse files Browse the repository at this point in the history
Update REPLICA_NOT_AVAILABLE error to be retriable
  • Loading branch information
Nevon authored May 11, 2022
2 parents fe9bd30 + 1062adf commit 597da90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocol/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const errorCodes = [
{
type: 'REPLICA_NOT_AVAILABLE',
code: 9,
retriable: false,
retriable: true,
message: 'The replica is not available for the requested topic-partition',
},
{
Expand Down

0 comments on commit 597da90

Please sign in to comment.