Skip to content

Commit 7d83612

Browse files
qyryqgithub-actions[bot]
authored andcommitted
persqueue: check producer epoch in transactions (#21231)
1 parent 78c3f29 commit 7d83612

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/last_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4176245ddf17f8aa1036d87c0fc18e0122496c3f
1+
aa02b3d7cea3b9461fe806646f99a51df36d695f

src/api/protos/draft/persqueue_error_codes.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ enum EErrorCode {
5454

5555
KAFKA_INVALID_PRODUCER_EPOCH = 32;
5656
KAFKA_OUT_OF_ORDER_SEQUENCE_NUMBER = 33;
57+
KAFKA_DUPLICATE_SEQUENCE_NUMBER = 34;
5758

5859
ERROR = 100;
5960
}

0 commit comments

Comments
 (0)