We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c3f29 commit 7d83612Copy full SHA for 7d83612
.github/last_commit.txt
@@ -1 +1 @@
1
-4176245ddf17f8aa1036d87c0fc18e0122496c3f
+aa02b3d7cea3b9461fe806646f99a51df36d695f
src/api/protos/draft/persqueue_error_codes.proto
@@ -54,6 +54,7 @@ enum EErrorCode {
54
55
KAFKA_INVALID_PRODUCER_EPOCH = 32;
56
KAFKA_OUT_OF_ORDER_SEQUENCE_NUMBER = 33;
57
+ KAFKA_DUPLICATE_SEQUENCE_NUMBER = 34;
58
59
ERROR = 100;
60
}
0 commit comments