Skip to content

Commit

Permalink
fix invalid group id generation for v1.13.x (#318)
Browse files Browse the repository at this point in the history
Co-authored-by: GHTK\huynt2 <[email protected]>
  • Loading branch information
huynt57 and GHTK\huynt2 authored Sep 23, 2024
1 parent 6edb4ef commit cb24c4b
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 cb24c4b

Please sign in to comment.