Skip to content

Commit

Permalink
Attempt to fix invalid group id generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjunges committed Aug 2, 2024
1 parent 2db480c commit 64ef1ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Commit/RetryableCommitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
class RetryableCommitter implements Committer
{
private const RETRYABLE_ERRORS = [
RD_KAFKA_RESP_ERR_ILLEGAL_GENERATION,
RD_KAFKA_RESP_ERR_REQUEST_TIMED_OUT,
];
private readonly Retryable $retryable;
Expand Down

0 comments on commit 64ef1ff

Please sign in to comment.