satishd commented on code in PR #13535:
URL: https://github.com/apache/kafka/pull/13535#discussion_r1171245421
##
core/src/main/java/kafka/log/remote/RemoteLogManager.java:
##
@@ -600,6 +622,176 @@ public String toString() {
}
}
+public FetchDataInfo read(Rem
rvansa opened a new pull request, #13619:
URL: https://github.com/apache/kafka/pull/13619
This change intends to support an application using Vertx GRPC server to
perform the Checkpoint and Restore on JVM implementing this, specifically using
[OpenJDK CRaC](https://github.com/openjdk/crac/t
hudeqi commented on PR #13618:
URL: https://github.com/apache/kafka/pull/13618#issuecomment-1515775034
In fact, it seems that there are many such grammatical problems in the kafka
project? I think only those typos like "many" written as "manyy" need to be
corrected? This is just my personal
ijuma commented on code in PR #13280:
URL: https://github.com/apache/kafka/pull/13280#discussion_r1172120422
##
server-common/src/main/java/org/apache/kafka/server/immutable/pcollections/PCollectionsImmutableMap.java:
##
@@ -0,0 +1,223 @@
+/*
+ * Licensed to the Apache Software
ijuma commented on code in PR #13280:
URL: https://github.com/apache/kafka/pull/13280#discussion_r1172120422
##
server-common/src/main/java/org/apache/kafka/server/immutable/pcollections/PCollectionsImmutableMap.java:
##
@@ -0,0 +1,223 @@
+/*
+ * Licensed to the Apache Software
philipnee commented on code in PR #13550:
URL: https://github.com/apache/kafka/pull/13550#discussion_r1172072549
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java:
##
@@ -835,6 +839,8 @@ public void handle(SyncGroupResponse syncRespons
philipnee opened a new pull request, #13618:
URL: https://github.com/apache/kafka/pull/13618
Not very much really, just fixing some typos.
--
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 spec
jolshan commented on code in PR #13607:
URL: https://github.com/apache/kafka/pull/13607#discussion_r1172068360
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -565,6 +565,12 @@ class KafkaApis(val requestChannel: RequestChannel,
requestHelper.sendErrorRespons
dengziming merged PR #13432:
URL: https://github.com/apache/kafka/pull/13432
--
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.apac
hudeqi opened a new pull request, #13617:
URL: https://github.com/apache/kafka/pull/13617
1. add hint in switch item "BROKER_LOGGER" in
ConfigResourceExistenceChecker, otherwise, it will be classified as default
break and deleted directly. I don’t know if adding hint is better than deleting
dengziming commented on PR #13432:
URL: https://github.com/apache/kafka/pull/13432#issuecomment-1515639065
Notable changes better than old logic:
1. Retry lookup stage on receiving `NOT_LEADER_OR_FOLLOWER` and
`LEADER_NOT_AVAILABLE`, whereas in the past we failed the partition directly
w
[
https://issues.apache.org/jira/browse/KAFKA-14922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax updated KAFKA-14922:
Component/s: streams
tools
> kafka-streams-application-reset deletes topi
[
https://issues.apache.org/jira/browse/KAFKA-14922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714354#comment-17714354
]
Matthias J. Sax commented on KAFKA-14922:
-
Thanks for creating this ticket. It's
ykubota commented on code in PR #13532:
URL: https://github.com/apache/kafka/pull/13532#discussion_r1171979375
##
core/src/main/scala/kafka/server/FinalizedFeatureChangeListener.scala:
##
@@ -160,10 +160,12 @@ class FinalizedFeatureChangeListener(private val
finalizedFeatureCac
rreddy-22 opened a new pull request, #13616:
URL: https://github.com/apache/kafka/pull/13616
Part of KIP-848
https://cwiki.apache.org/confluence/display/KAFKA/KIP-848%3A+The+Next+Generation+of+the+Consumer+Rebalance+Protocol
As a part of the new protocol, there will be assignors on
artemlivshits commented on code in PR #13607:
URL: https://github.com/apache/kafka/pull/13607#discussion_r1171959120
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -565,6 +565,12 @@ class KafkaApis(val requestChannel: RequestChannel,
requestHelper.sendErrorR
mjsax commented on PR #13609:
URL: https://github.com/apache/kafka/pull/13609#issuecomment-1515524362
Merged to `trunk` and cherry-picked to `3.5` branch.
--
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 t
cmccabe commented on code in PR #13407:
URL: https://github.com/apache/kafka/pull/13407#discussion_r1171950976
##
metadata/src/test/java/org/apache/kafka/image/publisher/SnapshotGeneratorTest.java:
##
@@ -48,7 +48,7 @@ public class SnapshotGeneratorTest {
static class MockE
cmccabe commented on code in PR #13407:
URL: https://github.com/apache/kafka/pull/13407#discussion_r1171950562
##
metadata/src/main/java/org/apache/kafka/controller/QuorumController.java:
##
@@ -869,19 +906,30 @@ public CompletableFuture
acceptBatch(List recordBatch)
cmccabe merged PR #13532:
URL: https://github.com/apache/kafka/pull/13532
--
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.
cmccabe commented on code in PR #13532:
URL: https://github.com/apache/kafka/pull/13532#discussion_r1171947569
##
core/src/main/scala/kafka/server/FinalizedFeatureChangeListener.scala:
##
@@ -160,10 +160,12 @@ class FinalizedFeatureChangeListener(private val
finalizedFeatureCac
jolshan commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171947129
##
clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java:
##
@@ -2175,7 +2182,7 @@ public void
testClusterAuthorizationExceptionInProduceRe
philipnee commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171946214
##
clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java:
##
@@ -2175,7 +2182,7 @@ public void
testClusterAuthorizationExceptionInProduce
cmccabe commented on code in PR #13461:
URL: https://github.com/apache/kafka/pull/13461#discussion_r1171945830
##
core/src/main/scala/kafka/zk/migration/ZkConfigMigrationClient.scala:
##
@@ -0,0 +1,250 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
cmccabe commented on code in PR #13461:
URL: https://github.com/apache/kafka/pull/13461#discussion_r1171945520
##
core/src/main/scala/kafka/zk/migration/ZkConfigMigrationClient.scala:
##
@@ -0,0 +1,250 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
cmccabe commented on code in PR #13461:
URL: https://github.com/apache/kafka/pull/13461#discussion_r1171945520
##
core/src/main/scala/kafka/zk/migration/ZkConfigMigrationClient.scala:
##
@@ -0,0 +1,250 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
cmccabe commented on code in PR #13461:
URL: https://github.com/apache/kafka/pull/13461#discussion_r1171945097
##
metadata/src/main/java/org/apache/kafka/metadata/migration/KRaftMigrationDriver.java:
##
@@ -174,12 +173,12 @@ private boolean areZkBrokersReadyForMigration() {
mjsax merged PR #13609:
URL: https://github.com/apache/kafka/pull/13609
--
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
vcrfxia commented on code in PR #13615:
URL: https://github.com/apache/kafka/pull/13615#discussion_r1171934110
##
streams/src/main/java/org/apache/kafka/streams/state/KeyValueStore.java:
##
@@ -36,6 +37,7 @@
* @param value The value to update, it can be {@code null};
cmccabe commented on code in PR #13461:
URL: https://github.com/apache/kafka/pull/13461#discussion_r1171943462
##
core/src/main/scala/kafka/zk/migration/ZkAclMigrationClient.scala:
##
@@ -0,0 +1,115 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+
cmccabe commented on code in PR #13461:
URL: https://github.com/apache/kafka/pull/13461#discussion_r1171941841
##
metadata/src/main/java/org/apache/kafka/metadata/migration/KRaftMigrationZkWriter.java:
##
@@ -0,0 +1,333 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
cmccabe commented on code in PR #13461:
URL: https://github.com/apache/kafka/pull/13461#discussion_r1171941706
##
metadata/src/main/java/org/apache/kafka/metadata/migration/KRaftMigrationZkWriter.java:
##
@@ -0,0 +1,333 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF)
mjsax merged PR #13610:
URL: https://github.com/apache/kafka/pull/13610
--
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
cmccabe commented on PR #13461:
URL: https://github.com/apache/kafka/pull/13461#issuecomment-1515504502
Thanks for this @mumrah .
Can we have a ZkConfigMigrationClientTest and so on, for the other new
migrationclient classes?
Should we wrap the calls to `quotaEntityConsumer.acc
vcrfxia commented on code in PR #13552:
URL: https://github.com/apache/kafka/pull/13552#discussion_r1171939132
##
streams/src/main/java/org/apache/kafka/streams/kstream/internals/CogroupedStreamAggregateBuilder.java:
##
@@ -73,6 +74,7 @@ KTable build(final Map, Aggregator
cmccabe commented on code in PR #13461:
URL: https://github.com/apache/kafka/pull/13461#discussion_r1171935467
##
metadata/src/test/java/org/apache/kafka/metadata/migration/CapturingTopicMigrationClient.java:
##
@@ -0,0 +1,66 @@
+/*
+ * Licensed to the Apache Software Foundation
cmccabe commented on code in PR #13461:
URL: https://github.com/apache/kafka/pull/13461#discussion_r1171935467
##
metadata/src/test/java/org/apache/kafka/metadata/migration/CapturingTopicMigrationClient.java:
##
@@ -0,0 +1,66 @@
+/*
+ * Licensed to the Apache Software Foundation
cmccabe commented on code in PR #13461:
URL: https://github.com/apache/kafka/pull/13461#discussion_r1171934758
##
core/src/main/scala/kafka/zk/ZkMigrationClient.scala:
##
@@ -16,71 +16,79 @@
*/
package kafka.zk
-import kafka.api.LeaderAndIsr
-import kafka.controller.{Leader
vcrfxia commented on code in PR #13615:
URL: https://github.com/apache/kafka/pull/13615#discussion_r1171934110
##
streams/src/main/java/org/apache/kafka/streams/state/KeyValueStore.java:
##
@@ -36,6 +37,7 @@
* @param value The value to update, it can be {@code null};
vcrfxia commented on code in PR #13615:
URL: https://github.com/apache/kafka/pull/13615#discussion_r1171934110
##
streams/src/main/java/org/apache/kafka/streams/state/KeyValueStore.java:
##
@@ -36,6 +37,7 @@
* @param value The value to update, it can be {@code null};
vcrfxia commented on code in PR #13188:
URL: https://github.com/apache/kafka/pull/13188#discussion_r1171931840
##
streams/src/main/java/org/apache/kafka/streams/state/VersionedKeyValueStore.java:
##
@@ -0,0 +1,99 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under
vcrfxia commented on code in PR #13564:
URL: https://github.com/apache/kafka/pull/13564#discussion_r1171930596
##
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KTableKTableInnerJoin.java:
##
@@ -139,7 +139,7 @@ public void process(final Record> record) {
vcrfxia commented on code in PR #13564:
URL: https://github.com/apache/kafka/pull/13564#discussion_r1171930805
##
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KTableRepartitionMap.java:
##
@@ -154,27 +154,25 @@ public void process(final Record> record) {
vcrfxia commented on code in PR #13564:
URL: https://github.com/apache/kafka/pull/13564#discussion_r1171929315
##
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KTableKTableInnerJoin.java:
##
@@ -139,7 +139,7 @@ public void process(final Record> record) {
vcrfxia commented on code in PR #13564:
URL: https://github.com/apache/kafka/pull/13564#discussion_r1171926280
##
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamAggregate.java:
##
@@ -118,10 +120,13 @@ public void process(final Record record) {
vcrfxia commented on code in PR #13564:
URL: https://github.com/apache/kafka/pull/13564#discussion_r1171926005
##
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KStreamAggregate.java:
##
@@ -118,10 +120,13 @@ public void process(final Record record) {
vcrfxia commented on code in PR #13564:
URL: https://github.com/apache/kafka/pull/13564#discussion_r1171925337
##
streams/src/main/java/org/apache/kafka/streams/kstream/internals/KTableAggregate.java:
##
@@ -116,10 +118,13 @@ public void process(final Record>
record) {
vcrfxia commented on code in PR #13522:
URL: https://github.com/apache/kafka/pull/13522#discussion_r1171919730
##
streams/src/test/java/org/apache/kafka/streams/integration/KTableKTableForeignKeyVersionedJoinIntegrationTest.java:
##
@@ -0,0 +1,301 @@
+/*
+ * Licensed to the Apac
vcrfxia commented on code in PR #13522:
URL: https://github.com/apache/kafka/pull/13522#discussion_r1171919367
##
streams/src/test/java/org/apache/kafka/streams/integration/KTableKTableForeignKeyJoinIntegrationTest.java:
##
@@ -249,62 +272,62 @@ public void doJoinFromLeftThenDel
vcrfxia commented on code in PR #13522:
URL: https://github.com/apache/kafka/pull/13522#discussion_r1171919015
##
streams/src/test/java/org/apache/kafka/streams/integration/KTableKTableForeignKeyJoinIntegrationTest.java:
##
@@ -140,9 +163,9 @@ public void doJoinFromLeftThenDelet
vcrfxia commented on PR #13509:
URL: https://github.com/apache/kafka/pull/13509#issuecomment-1515473590
Closing the loop here: versioned stores are disallowed for GlobalKTables in
https://github.com/apache/kafka/pull/13565, so we should be all set.
--
This is an automated message from the
vcrfxia opened a new pull request, #13615:
URL: https://github.com/apache/kafka/pull/13615
(This PR is stacked on https://github.com/apache/kafka/pull/13609. Only
commits starting from `whitespace cleanup` need to be reviewed separately.)
This PR contains various minor/non-functional
rreddy-22 commented on code in PR #13443:
URL: https://github.com/apache/kafka/pull/13443#discussion_r1171913729
##
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/RangeAssignor.java:
##
@@ -0,0 +1,240 @@
+/*
+ * Licensed to the Apache Software Founda
jolshan commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171913050
##
clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java:
##
@@ -2189,7 +2196,7 @@ public void testCancelInFlightRequestAfterFatalError()
t
jolshan commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171912717
##
clients/src/test/java/org/apache/kafka/clients/producer/internals/SenderTest.java:
##
@@ -2175,7 +2182,7 @@ public void
testClusterAuthorizationExceptionInProduceRe
philipnee commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171904037
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java:
##
@@ -1294,7 +1309,10 @@ public void handleResponse(AbstractResponse re
[
https://issues.apache.org/jira/browse/KAFKA-8154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714323#comment-17714323
]
keith.paulson commented on KAFKA-8154:
--
I'm getting this error now, kafka 3.4 with B
philipnee commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171873787
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java:
##
@@ -1294,7 +1309,10 @@ public void handleResponse(AbstractResponse re
jolshan commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171872077
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java:
##
@@ -1294,7 +1309,10 @@ public void handleResponse(AbstractResponse resp
jolshan commented on code in PR #13608:
URL: https://github.com/apache/kafka/pull/13608#discussion_r1171868072
##
core/src/main/scala/kafka/server/ReplicaManager.scala:
##
@@ -1051,6 +1060,8 @@ class ReplicaManager(val config: KafkaConfig,
} else {
try {
philipnee commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171855134
##
clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java:
##
@@ -618,7 +618,8 @@ private TransactionManager
configureTransactionState(ProducerCo
jolshan commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171818667
##
clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java:
##
@@ -618,7 +618,8 @@ private TransactionManager
configureTransactionState(ProducerConf
jolshan commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171816496
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java:
##
@@ -300,9 +301,13 @@ void runOnce() {
try {
transacti
rreddy-22 commented on code in PR #13443:
URL: https://github.com/apache/kafka/pull/13443#discussion_r1171783796
##
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/RangeAssignor.java:
##
@@ -0,0 +1,240 @@
+/*
+ * Licensed to the Apache Software Founda
rreddy-22 commented on code in PR #13443:
URL: https://github.com/apache/kafka/pull/13443#discussion_r1171781883
##
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/RangeAssignor.java:
##
@@ -0,0 +1,240 @@
+/*
+ * Licensed to the Apache Software Founda
philipnee commented on code in PR #13550:
URL: https://github.com/apache/kafka/pull/13550#discussion_r1171780417
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java:
##
@@ -835,6 +839,8 @@ public void handle(SyncGroupResponse syncRespons
rreddy-22 commented on code in PR #13443:
URL: https://github.com/apache/kafka/pull/13443#discussion_r1171778657
##
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/assignor/RangeAssignor.java:
##
@@ -0,0 +1,240 @@
+/*
+ * Licensed to the Apache Software Founda
rreddy-22 commented on code in PR #13443:
URL: https://github.com/apache/kafka/pull/13443#discussion_r1171777998
##
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/assignor/RangeAssignorTest.java:
##
@@ -0,0 +1,416 @@
+/*
+ * Licensed to the Apache Software Fo
dajac commented on code in PR #13550:
URL: https://github.com/apache/kafka/pull/13550#discussion_r1171774551
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java:
##
@@ -835,6 +839,8 @@ public void handle(SyncGroupResponse syncResponse,
vcrfxia commented on code in PR #13592:
URL: https://github.com/apache/kafka/pull/13592#discussion_r1171766477
##
streams/src/test/java/org/apache/kafka/streams/integration/KStreamKStreamIntegrationTest.java:
##
@@ -0,0 +1,186 @@
+/*
+ * Licensed to the Apache Software Foundatio
philipnee commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171764467
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java:
##
@@ -300,9 +301,13 @@ void runOnce() {
try {
transac
philipnee commented on code in PR #12149:
URL: https://github.com/apache/kafka/pull/12149#discussion_r1171757259
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java:
##
@@ -300,9 +301,13 @@ void runOnce() {
try {
transac
jlprat merged PR #11478:
URL: https://github.com/apache/kafka/pull/11478
--
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.o
jlprat commented on PR #11478:
URL: https://github.com/apache/kafka/pull/11478#issuecomment-1515213471
To the best of my knowledge, test failures seem to be all unrelated to the
change in this PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
philipnee commented on code in PR #13550:
URL: https://github.com/apache/kafka/pull/13550#discussion_r1171712519
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractCoordinator.java:
##
@@ -835,6 +839,8 @@ public void handle(SyncGroupResponse syncRespons
mumrah merged PR #13606:
URL: https://github.com/apache/kafka/pull/13606
--
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.o
jolshan commented on PR #13607:
URL: https://github.com/apache/kafka/pull/13607#issuecomment-151533
I believe the connect mirror failures are known -- so no issues from the
testing front.
--
This is an automated message from the Apache Git Service.
To respond to the message, please lo
jeffkbkim commented on code in PR #13537:
URL: https://github.com/apache/kafka/pull/13537#discussion_r1171626106
##
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/VersionedMetadata.java:
##
@@ -0,0 +1,85 @@
+/*
+ * Licensed to the Apache Software Fou
jolshan commented on code in PR #13537:
URL: https://github.com/apache/kafka/pull/13537#discussion_r1171634759
##
group-coordinator/src/test/java/org/apache/kafka/coordinator/group/consumer/AssignmentTest.java:
##
@@ -0,0 +1,137 @@
+/*
+ * Licensed to the Apache Software Foundat
mimaison commented on PR #13614:
URL: https://github.com/apache/kafka/pull/13614#issuecomment-1515084652
Not merging immediately to let @mjsax a chance to review.
Feel free to merge to trunk and 3.5, otherwise I'll do it when I come online
tomorrow.
--
This is an automated message from
[
https://issues.apache.org/jira/browse/KAFKA-4327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax resolved KAFKA-4327.
Fix Version/s: (was: 4.0.0)
Resolution: Fixed
This was resolved via https://issu
jolshan commented on code in PR #13537:
URL: https://github.com/apache/kafka/pull/13537#discussion_r1171629591
##
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/Assignment.java:
##
@@ -0,0 +1,144 @@
+/*
+ * Licensed to the Apache Software Foundation
[
https://issues.apache.org/jira/browse/KAFKA-4327?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias J. Sax reassigned KAFKA-4327:
--
Assignee: (was: Jorge Esteban Quilcate Otoya)
> Move Reset Tool from core to strea
jolshan commented on code in PR #13537:
URL: https://github.com/apache/kafka/pull/13537#discussion_r1171628212
##
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/ClientAssignor.java:
##
@@ -0,0 +1,150 @@
+/*
+ * Licensed to the Apache Software Foundat
jolshan commented on code in PR #13537:
URL: https://github.com/apache/kafka/pull/13537#discussion_r1171626917
##
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/TopicMetadata.java:
##
@@ -0,0 +1,109 @@
+/*
+ * Licensed to the Apache Software Foundati
jolshan commented on code in PR #13537:
URL: https://github.com/apache/kafka/pull/13537#discussion_r1171626201
##
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/consumer/TopicMetadata.java:
##
@@ -0,0 +1,109 @@
+/*
+ * Licensed to the Apache Software Foundati
[
https://issues.apache.org/jira/browse/KAFKA-14868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mickael Maison updated KAFKA-14868:
---
Fix Version/s: 3.6.0
(was: 3.5.0)
> Remove some forgotten metrics whe
mimaison merged PR #13471:
URL: https://github.com/apache/kafka/pull/13471
--
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
divijvaidya commented on PR #13312:
URL: https://github.com/apache/kafka/pull/13312#issuecomment-1515034487
@ijuma I tried end to end benchmarks w/ and w/o this change but I didn't
observe any noticeable change in end to end latency or throughput (because the
bottle neck in end to end tests
[
https://issues.apache.org/jira/browse/KAFKA-14669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gantigmaa Selenge reassigned KAFKA-14669:
-
Assignee: Gantigmaa Selenge
> Include MirrorMaker connector configurations in d
dajac commented on PR #13537:
URL: https://github.com/apache/kafka/pull/13537#issuecomment-1515007003
@dengziming @showuon I have a few PRs in-flight for KIP-848 if you are
interested to help with reviews on that front.
--
This is an automated message from the Apache Git Service.
To respo
gharris1727 commented on code in PR #13429:
URL: https://github.com/apache/kafka/pull/13429#discussion_r1171513542
##
connect/mirror/src/main/java/org/apache/kafka/connect/mirror/OffsetSyncStore.java:
##
@@ -139,10 +171,103 @@ public void close() {
protected void handleReco
dimitarndimitrov commented on PR #13432:
URL: https://github.com/apache/kafka/pull/13432#issuecomment-1514934648
> please also change the description to include the modifications you made
@dengziming I have updated the PR description a bit and added a "review
modifications" section. I
dimitarndimitrov commented on code in PR #13432:
URL: https://github.com/apache/kafka/pull/13432#discussion_r1171490648
##
clients/src/main/java/org/apache/kafka/clients/admin/internals/ListOffsetsHandler.java:
##
@@ -0,0 +1,212 @@
+/*
+ * Licensed to the Apache Software Foundat
[
https://issues.apache.org/jira/browse/KAFKA-14586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714140#comment-17714140
]
Sagar Rao commented on KAFKA-14586:
---
Thanks [~fvaleri] , I created the PR.
> Move St
vamossagar12 opened a new pull request, #13614:
URL: https://github.com/apache/kafka/pull/13614
Adding Redirection for StreamsResetter. The erstwhile StreamsResetter
resided in core/src/main/scala/kafka/tools package and that's where I added
this class.
I tried to run the main method but
[
https://issues.apache.org/jira/browse/KAFKA-14922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jørgen updated KAFKA-14922:
---
Description:
Slack-thread:
[https://confluentcommunity.slack.com/archives/C48AHTCUQ/p1681908267206849]
Whe
[
https://issues.apache.org/jira/browse/KAFKA-14922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jørgen updated KAFKA-14922:
---
Description:
Slack-thread:
[https://confluentcommunity.slack.com/archives/C48AHTCUQ/p1681908267206849]
Whe
Jørgen created KAFKA-14922:
--
Summary: kafka-streams-application-reset deletes topics not
belonging to specified application-id
Key: KAFKA-14922
URL: https://issues.apache.org/jira/browse/KAFKA-14922
Project:
[
https://issues.apache.org/jira/browse/KAFKA-14084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17714103#comment-17714103
]
Proven Provenzano commented on KAFKA-14084:
---
PR added for migrating SCRAM reco
1 - 100 of 149 matches
Mail list logo