Skip to content

Commit 032916a

Browse files
qyryqgithub-actions[bot]
authored andcommitted
Kafka protocol: idempotent producer (#19678)
1 parent 441ac94 commit 032916a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/last_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
032168beb3fb711566abaf1469b1d154c87edb14
1+
6072bfcb65e5be2c6644af8a42112093ca50882b

src/api/protos/draft/persqueue_error_codes.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@ enum EErrorCode {
5252

5353
PRECONDITION_FAILED = 31;
5454

55+
KAFKA_INVALID_PRODUCER_EPOCH = 32;
56+
KAFKA_OUT_OF_ORDER_SEQUENCE_NUMBER = 33;
57+
5558
ERROR = 100;
5659
}

0 commit comments

Comments
 (0)