Skip to content

Commit

Permalink
fix invalid group id generation for v1.13.x
Browse files Browse the repository at this point in the history
  • Loading branch information
GHTK\huynt2 committed Sep 12, 2024
1 parent 6edb4ef commit c1859e9
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,
];

Expand Down

0 comments on commit c1859e9

Please sign in to comment.