mjsax commented on PR #7414:
URL: https://github.com/apache/kafka/pull/7414#issuecomment-1416593923
Addressed via https://github.com/apache/kafka/pull/13175
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL abov
mjsax merged PR #13143:
URL: https://github.com/apache/kafka/pull/13143
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.or
guozhangwang commented on code in PR #13021:
URL: https://github.com/apache/kafka/pull/13021#discussion_r1096346374
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/GroupStateManager.java:
##
@@ -0,0 +1,89 @@
+/*
+ * Licensed to the Apache Software Foundation
rondagostino opened a new pull request, #13198:
URL: https://github.com/apache/kafka/pull/13198
https://github.com/apache/kafka/pull/11390/ will be released as part of AK
3.5 but it added the MetadataVersion `IBP_3_4_IV1`. It should have been
`IBP_3_5_IV0`. This change causes no incompati
[
https://issues.apache.org/jira/browse/KAFKA-14139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17684045#comment-17684045
]
Calvin Liu commented on KAFKA-14139:
Hi Alex, just posted the KIP. Let me know if yo
mumrah opened a new pull request, #13197:
URL: https://github.com/apache/kafka/pull/13197
When looking at the request log for anything forwarded to the controller,
all we see is ENVELOPE and the base64 encoded bytes of the request body.
This patch decodes the envelope request so it c
dajac commented on code in PR #13195:
URL: https://github.com/apache/kafka/pull/13195#discussion_r1096238301
##
docs/upgrade.html:
##
@@ -19,6 +19,16 @@
vcrfxia commented on code in PR #13143:
URL: https://github.com/apache/kafka/pull/13143#discussion_r1096168089
##
streams/src/test/java/org/apache/kafka/streams/state/internals/LogicalKeyValueSegmentTest.java:
##
@@ -0,0 +1,270 @@
+/*
+ * Licensed to the Apache Software Foundati
Hangleton commented on code in PR #13040:
URL: https://github.com/apache/kafka/pull/13040#discussion_r1095665461
##
storage/src/main/java/org/apache/kafka/server/log/internals/ProducerStateManager.java:
##
@@ -0,0 +1,671 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
hachikuji commented on code in PR #12972:
URL: https://github.com/apache/kafka/pull/12972#discussion_r1096118406
##
clients/src/main/java/org/apache/kafka/common/protocol/Errors.java:
##
@@ -372,7 +375,10 @@ public enum Errors {
FETCH_SESSION_TOPIC_ID_ERROR(106, "The fetch
guozhangwang commented on code in PR #13190:
URL: https://github.com/apache/kafka/pull/13190#discussion_r1096112947
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java:
##
@@ -501,13 +501,16 @@ boolean joinGroupIfNeeded(final Timer timer
jeqo commented on code in PR #13177:
URL: https://github.com/apache/kafka/pull/13177#discussion_r1096076032
##
jmh-benchmarks/src/main/java/org/apache/kafka/jmh/common/metrics/SensorBenchmark.java:
##
@@ -0,0 +1,145 @@
+package org.apache.kafka.jmh.common.metrics;
+
+import org.
jeqo commented on code in PR #13177:
URL: https://github.com/apache/kafka/pull/13177#discussion_r1096074802
##
jmh-benchmarks/src/main/java/org/apache/kafka/jmh/common/metrics/SensorBenchmark.java:
##
@@ -0,0 +1,145 @@
+package org.apache.kafka.jmh.common.metrics;
+
+import org.
jeqo commented on code in PR #13177:
URL: https://github.com/apache/kafka/pull/13177#discussion_r1096069586
##
jmh-benchmarks/src/main/java/org/apache/kafka/jmh/common/metrics/SensorBenchmark.java:
##
@@ -0,0 +1,145 @@
+package org.apache.kafka.jmh.common.metrics;
+
+import org.
jeqo commented on code in PR #13177:
URL: https://github.com/apache/kafka/pull/13177#discussion_r1096068517
##
jmh-benchmarks/src/main/java/org/apache/kafka/jmh/common/metrics/SensorBenchmark.java:
##
@@ -0,0 +1,145 @@
+package org.apache.kafka.jmh.common.metrics;
+
+import org.
[
https://issues.apache.org/jira/browse/KAFKA-7735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Federico Valeri reassigned KAFKA-7735:
--
Assignee: Federico Valeri
> StateChangeLogMerger tool can not work due to incorrect to
fvaleri commented on PR #13171:
URL: https://github.com/apache/kafka/pull/13171#issuecomment-1416167959
@mimaison thanks for spotting this!
I saw that ticket, but I started to test with an old log file for testing
purpose, and then forgot to also test it on a recent log version. I ag
[
https://issues.apache.org/jira/browse/KAFKA-14133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christo Lolov updated KAFKA-14133:
--
Description:
{color:#de350b}There are tests which use both PowerMock and EasyMock. I have
put
clolov commented on PR #12777:
URL: https://github.com/apache/kafka/pull/12777#issuecomment-1416159492
Great, thank you very much @guozhangwang!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to th
fvaleri commented on code in PR #13171:
URL: https://github.com/apache/kafka/pull/13171#discussion_r1096043542
##
tools/src/main/java/org/apache/kafka/tools/StateChangeLogMerger.java:
##
@@ -0,0 +1,320 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
[
https://issues.apache.org/jira/browse/KAFKA-14132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683961#comment-17683961
]
Hector Geraldino commented on KAFKA-14132:
--
Hey [~divijvaidya],
I'm putting to
[
https://issues.apache.org/jira/browse/KAFKA-14660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683951#comment-17683951
]
Matthias J. Sax edited comment on KAFKA-14660 at 2/3/23 4:52 PM:
-
[
https://issues.apache.org/jira/browse/KAFKA-14660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683951#comment-17683951
]
Matthias J. Sax commented on KAFKA-14660:
-
Not sure why the PR was not auto-link
mimaison commented on code in PR #13171:
URL: https://github.com/apache/kafka/pull/13171#discussion_r1094648508
##
tools/src/main/java/org/apache/kafka/tools/StateChangeLogMerger.java:
##
@@ -0,0 +1,320 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or mor
[
https://issues.apache.org/jira/browse/KAFKA-14673?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Jacot updated KAFKA-14673:
Summary: Add high watermark listener to Partition/Log layers (was: High
watermark listener)
> Ad
dajac opened a new pull request, #13196:
URL: https://github.com/apache/kafka/pull/13196
In the context of KIP-848, we implements are new group coordinator in Java.
This new coordinator follows the architecture of the new quorum controller. It
is basically a replicated state machine that wr
[
https://issues.apache.org/jira/browse/KAFKA-5756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683888#comment-17683888
]
Mickael Maison commented on KAFKA-5756:
---
As far as I can tell this is still an issu
[
https://issues.apache.org/jira/browse/KAFKA-14577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexandre Dupriez reassigned KAFKA-14577:
-
Assignee: Alexandre Dupriez
> Move ConsoleProducer to tools
> -
C0urante merged PR #13194:
URL: https://github.com/apache/kafka/pull/13194
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: jira-unsubscr...@kafka.apache
[
https://issues.apache.org/jira/browse/KAFKA-14577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Omnia Ibrahim reassigned KAFKA-14577:
-
Assignee: (was: Omnia Ibrahim)
> Move ConsoleProducer to tools
> --
[
https://issues.apache.org/jira/browse/KAFKA-14579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Omnia Ibrahim reassigned KAFKA-14579:
-
Assignee: (was: Omnia Ibrahim)
> Move DumpLogSegments to tools
> --
Hangleton commented on code in PR #11627:
URL: https://github.com/apache/kafka/pull/11627#discussion_r1095735143
##
clients/src/main/java/org/apache/kafka/common/utils/ExponentialBackoff.java:
##
@@ -32,7 +32,16 @@
private final double expMax;
private final long initia
clolov commented on code in PR #13182:
URL: https://github.com/apache/kafka/pull/13182#discussion_r1095729055
##
connect/runtime/src/test/resources/test-plugins/fail-to-initialize/test/plugins/OuterClass.java:
##
@@ -0,0 +1,66 @@
+/*
+ * Licensed to the Apache Software Foundatio
Hangleton commented on code in PR #13040:
URL: https://github.com/apache/kafka/pull/13040#discussion_r1095665461
##
storage/src/main/java/org/apache/kafka/server/log/internals/ProducerStateManager.java:
##
@@ -0,0 +1,671 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
clolov commented on PR #13193:
URL: https://github.com/apache/kafka/pull/13193#issuecomment-1415746102
Thank you for spotting this behaviour and contributing a fix! The proposed
solution makes sense to me, I will just add @C0urante to put the appropriate
tags for "connect" to this pull requ
[
https://issues.apache.org/jira/browse/KAFKA-14582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683838#comment-17683838
]
Federico Valeri commented on KAFKA-14582:
-
https://github.com/apache/kafka/pull/
clolov commented on PR #13184:
URL: https://github.com/apache/kafka/pull/13184#issuecomment-1415734118
I see what you mean. Okay, I am happy with it. Could you just rename the
variable names from transformation to transformationStage as well?
--
This is an automated message from the Apach
Hangleton commented on code in PR #13040:
URL: https://github.com/apache/kafka/pull/13040#discussion_r1095665461
##
storage/src/main/java/org/apache/kafka/server/log/internals/ProducerStateManager.java:
##
@@ -0,0 +1,671 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
[
https://issues.apache.org/jira/browse/KAFKA-14582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683796#comment-17683796
]
Mickael Maison commented on KAFKA-14582:
Can you open a small PR to add this to
[
https://issues.apache.org/jira/browse/KAFKA-14593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17683783#comment-17683783
]
Alexandre Dupriez commented on KAFKA-14593:
---
Hello [~omnia_h_ibrahim],
Is thi
nizhikov commented on PR #13157:
URL: https://github.com/apache/kafka/pull/13157#issuecomment-1415407654
Hello @mimaison
Do we still want to fix javadoc for public interfaces?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to G
Hangleton commented on code in PR #13040:
URL: https://github.com/apache/kafka/pull/13040#discussion_r1095498625
##
storage/src/main/java/org/apache/kafka/server/log/internals/ProducerStateManager.java:
##
@@ -0,0 +1,671 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF
42 matches
Mail list logo