Skip to content

Commit ad4d2c3

Browse files
authored
Attempt to fix invalid group id generation (#305)
1 parent 2db480c commit ad4d2c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commit/RetryableCommitter.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
class RetryableCommitter implements Committer
1212
{
1313
private const RETRYABLE_ERRORS = [
14+
RD_KAFKA_RESP_ERR_ILLEGAL_GENERATION,
1415
RD_KAFKA_RESP_ERR_REQUEST_TIMED_OUT,
1516
];
1617
private readonly Retryable $retryable;

0 commit comments

Comments
 (0)