dongjinleekr commented on pull request #10678:
URL: https://github.com/apache/kafka/pull/10678#issuecomment-864781801
Rebased onto the latest trunk. cc/ @ijuma @cadonna
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
dongjinleekr commented on pull request #10428:
URL: https://github.com/apache/kafka/pull/10428#issuecomment-864782996
Rebased onto the latest trunk. cc/ @cadonna
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
dongjinleekr commented on pull request #10472:
URL: https://github.com/apache/kafka/pull/10472#issuecomment-864783895
Rebased onto the latest trunk.
--
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
dongjinleekr commented on pull request #10827:
URL: https://github.com/apache/kafka/pull/10827#issuecomment-864784408
Rebased onto the latest trunk.
--
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
dongjinleekr commented on pull request #10862:
URL: https://github.com/apache/kafka/pull/10862#issuecomment-864785044
Rebased onto the latest trunk cc/ @ableegoldman
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
skaundinya15 commented on a change in pull request #10743:
URL: https://github.com/apache/kafka/pull/10743#discussion_r655133582
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/internals/AlterConsumerGroupOffsetsHandler.java
##
@@ -0,0 +1,156 @@
+/*
+ * Lice
skaundinya15 commented on a change in pull request #10743:
URL: https://github.com/apache/kafka/pull/10743#discussion_r655134390
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/internals/CoordinatorStrategy.java
##
@@ -17,84 +17,153 @@
package org.apache.ka
skaundinya15 commented on a change in pull request #10743:
URL: https://github.com/apache/kafka/pull/10743#discussion_r655134550
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/internals/DeleteConsumerGroupsHandler.java
##
@@ -0,0 +1,131 @@
+/*
+ * Licensed
skaundinya15 commented on a change in pull request #10743:
URL: https://github.com/apache/kafka/pull/10743#discussion_r655135901
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/internals/AlterConsumerGroupOffsetsHandler.java
##
@@ -0,0 +1,156 @@
+/*
+ * Lice
skaundinya15 commented on a change in pull request #10743:
URL: https://github.com/apache/kafka/pull/10743#discussion_r655134390
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/internals/CoordinatorStrategy.java
##
@@ -17,84 +17,153 @@
package org.apache.ka
skaundinya15 commented on a change in pull request #10743:
URL: https://github.com/apache/kafka/pull/10743#discussion_r655138186
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/internals/ListConsumerGroupOffsetsHandler.java
##
@@ -0,0 +1,148 @@
+/*
+ * Licen
tombentley commented on a change in pull request #10827:
URL: https://github.com/apache/kafka/pull/10827#discussion_r655154960
##
File path: core/src/main/scala/kafka/tools/ReplicaVerificationTool.scala
##
@@ -73,53 +74,61 @@ object ReplicaVerificationTool extends Logging {
dongjinleekr commented on a change in pull request #10827:
URL: https://github.com/apache/kafka/pull/10827#discussion_r655162053
##
File path: core/src/test/scala/kafka/tools/ReplicaVerificationToolTest.scala
##
@@ -17,14 +17,40 @@
package kafka.tools
+import kafka.tools.R
dongjinleekr commented on a change in pull request #10827:
URL: https://github.com/apache/kafka/pull/10827#discussion_r655236164
##
File path: core/src/main/scala/kafka/tools/ReplicaVerificationTool.scala
##
@@ -73,53 +74,61 @@ object ReplicaVerificationTool extends Logging {
dongjinleekr commented on a change in pull request #10827:
URL: https://github.com/apache/kafka/pull/10827#discussion_r655241344
##
File path: core/src/main/scala/kafka/tools/ReplicaVerificationTool.scala
##
@@ -73,53 +74,61 @@ object ReplicaVerificationTool extends Logging {
tombentley commented on a change in pull request #10827:
URL: https://github.com/apache/kafka/pull/10827#discussion_r655268742
##
File path: core/src/main/scala/kafka/tools/ReplicaVerificationTool.scala
##
@@ -73,53 +74,61 @@ object ReplicaVerificationTool extends Logging {
ramesh-muthusamy opened a new pull request #10910:
URL: https://github.com/apache/kafka/pull/10910
Issue:
We noticed that the Error metrics reported in Kafka Connect worker continues
to stay even after the task is re distributed to another worker. As a result
you would notice over a pe
dongjinleekr commented on pull request #10827:
URL: https://github.com/apache/kafka/pull/10827#issuecomment-864950303
Hi @tombentley
Here is the update. I added additional tests
(`ReplicaVerificationToolTest#{testExitWithMultipleBrokerLists,
testExitWithMultipleBootstrapServers`), A
rondagostino edited a comment on pull request #10908:
URL: https://github.com/apache/kafka/pull/10908#issuecomment-865055596
Sorry to come to this party a bit late. It is likely that the code had a
mistake and broker.id=0 should have been broker.id=1. But even with the
mistake, I wonder
rondagostino commented on pull request #10908:
URL: https://github.com/apache/kafka/pull/10908#issuecomment-865055596
Sorry to come to this party a bit late. It is likely that the code had a
mistake and broker.id=0 should have been broker.id=1. But even with the
mistake, I wonder if this
chia7712 commented on pull request #10908:
URL: https://github.com/apache/kafka/pull/10908#issuecomment-865056585
> there is a behavior difference between the ZK-based KRaft controllers. Do
we explicitly acknowledge and accept this difference?
that is a good point.
--
This is an a
kpatelatwork commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655408049
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java
##
@@ -1063,6 +1076,112 @@ public in
cadonna opened a new pull request #10911:
URL: https://github.com/apache/kafka/pull/10911
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade n
thomaskwscott commented on a change in pull request #10760:
URL: https://github.com/apache/kafka/pull/10760#discussion_r655505767
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java
##
@@ -4298,6 +4314,18 @@ void handleFailure(Throwable thr
niket-goel commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655511645
##
File path:
clients/src/main/java/org/apache/kafka/common/record/MemoryRecords.java
##
@@ -664,4 +666,55 @@ private static void writeLeaderChangeMes
niket-goel commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655512248
##
File path:
raft/src/main/java/org/apache/kafka/raft/internals/BatchAccumulator.java
##
@@ -233,6 +235,68 @@ public void appendLeaderChangeMessage(L
junrao commented on a change in pull request #10896:
URL: https://github.com/apache/kafka/pull/10896#discussion_r654568852
##
File path: core/src/main/scala/kafka/log/Log.scala
##
@@ -2390,16 +2390,23 @@ object Log extends Logging {
produc
ijuma commented on pull request #10908:
URL: https://github.com/apache/kafka/pull/10908#issuecomment-865176496
> there is a behavior difference between the ZK-based KRaft controllers. Do
we explicitly acknowledge and accept this difference?
I think we should, but happy to consider ot
dajac commented on a change in pull request #10760:
URL: https://github.com/apache/kafka/pull/10760#discussion_r655535240
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java
##
@@ -4298,6 +4296,28 @@ void handleFailure(Throwable throwable)
dajac commented on a change in pull request #10760:
URL: https://github.com/apache/kafka/pull/10760#discussion_r655535673
##
File path:
clients/src/main/java/org/apache/kafka/clients/admin/KafkaAdminClient.java
##
@@ -4298,6 +4296,28 @@ void handleFailure(Throwable throwable)
jsancio commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655536129
##
File path:
clients/src/main/java/org/apache/kafka/common/record/MemoryRecords.java
##
@@ -664,4 +666,55 @@ private static void writeLeaderChangeMessag
niket-goel commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655537490
##
File path: raft/src/main/java/org/apache/kafka/snapshot/SnapshotWriter.java
##
@@ -78,6 +83,76 @@ public SnapshotWriter(
);
}
+/
niket-goel commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655542184
##
File path: raft/src/main/java/org/apache/kafka/snapshot/SnapshotWriter.java
##
@@ -55,7 +60,7 @@
* @param compressionType the compression algo
jsancio commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655542285
##
File path:
raft/src/main/java/org/apache/kafka/raft/internals/BatchAccumulator.java
##
@@ -233,6 +235,68 @@ public void appendLeaderChangeMessage(Lead
gardnervickers commented on a change in pull request #10896:
URL: https://github.com/apache/kafka/pull/10896#discussion_r655545444
##
File path: core/src/main/scala/kafka/log/ProducerStateManager.scala
##
@@ -828,12 +834,41 @@ class ProducerStateManager(val topicPartition:
Top
niket-goel commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655546062
##
File path: raft/src/main/java/org/apache/kafka/snapshot/SnapshotWriter.java
##
@@ -78,6 +83,76 @@ public SnapshotWriter(
);
}
+/
niket-goel commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655546225
##
File path: raft/src/main/java/org/apache/kafka/snapshot/SnapshotWriter.java
##
@@ -135,9 +210,12 @@ public void append(List records) {
/**
niket-goel commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655547991
##
File path:
raft/src/main/java/org/apache/kafka/raft/internals/BatchAccumulator.java
##
@@ -233,6 +235,68 @@ public void appendLeaderChangeMessage(L
jsancio commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r60695
##
File path: raft/src/main/java/org/apache/kafka/snapshot/SnapshotWriter.java
##
@@ -135,9 +210,12 @@ public void append(List records) {
/**
niket-goel commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r62347
##
File path: raft/src/main/java/org/apache/kafka/snapshot/SnapshotWriter.java
##
@@ -135,9 +210,12 @@ public void append(List records) {
/**
jsancio commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r63349
##
File path:
raft/src/main/java/org/apache/kafka/raft/internals/BatchAccumulator.java
##
@@ -233,6 +235,68 @@ public void appendLeaderChangeMessage(Lead
hachikuji commented on a change in pull request #10900:
URL: https://github.com/apache/kafka/pull/10900#discussion_r66345
##
File path: core/src/test/java/kafka/test/annotation/Type.java
##
@@ -28,7 +28,7 @@
* The type of cluster config being requested. Used by {@link
ka
Jose Armando Garcia Sancio created KAFKA-12973:
--
Summary: Update KIP and dev mailing list
Key: KAFKA-12973
URL: https://issues.apache.org/jira/browse/KAFKA-12973
Project: Kafka
I
[
https://issues.apache.org/jira/browse/KAFKA-12972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17366745#comment-17366745
]
Matthias J. Sax commented on KAFKA-12972:
-
Is your application stateful? How lon
Jose Armando Garcia Sancio created KAFKA-12974:
--
Summary: Change the default for snapshot generation configuration
Key: KAFKA-12974
URL: https://issues.apache.org/jira/browse/KAFKA-12974
P
[
https://issues.apache.org/jira/browse/KAFKA-12974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jose Armando Garcia Sancio updated KAFKA-12974:
---
Priority: Blocker (was: Major)
> Change the default for snapshot ge
[
https://issues.apache.org/jira/browse/KAFKA-12974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jose Armando Garcia Sancio updated KAFKA-12974:
---
Description:
In PR https://github.com/apache/kafka/pull/10812 the de
[
https://issues.apache.org/jira/browse/KAFKA-12974?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jose Armando Garcia Sancio updated KAFKA-12974:
---
Affects Version/s: 3.0.0
> Change the default for snapshot generatio
hachikuji commented on a change in pull request #10900:
URL: https://github.com/apache/kafka/pull/10900#discussion_r655591961
##
File path: core/src/test/scala/unit/kafka/server/KafkaApisTest.scala
##
@@ -462,16 +461,55 @@ class KafkaApisTest {
@Test
def testAlterConfigsW
hachikuji merged pull request #10377:
URL: https://github.com/apache/kafka/pull/10377
--
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.
For queries about this service, plea
[
https://issues.apache.org/jira/browse/KAFKA-12515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Gustafson resolved KAFKA-12515.
-
Fix Version/s: 3.0.0
Resolution: Fixed
This issue was fixed by making feature sup
hachikuji commented on a change in pull request #10900:
URL: https://github.com/apache/kafka/pull/10900#discussion_r66345
##
File path: core/src/test/java/kafka/test/annotation/Type.java
##
@@ -28,7 +28,7 @@
* The type of cluster config being requested. Used by {@link
ka
cmccabe commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655616706
##
File path:
clients/src/main/java/org/apache/kafka/common/record/MemoryRecords.java
##
@@ -664,4 +666,55 @@ private static void writeLeaderChangeMessag
cmccabe commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655617424
##
File path:
clients/src/main/java/org/apache/kafka/common/record/ControlRecordUtils.java
##
@@ -27,6 +29,8 @@
public class ControlRecordUtils {
cmccabe commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655617821
##
File path:
clients/src/main/java/org/apache/kafka/common/record/ControlRecordUtils.java
##
@@ -27,6 +29,8 @@
public class ControlRecordUtils {
cmccabe commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655618351
##
File path:
clients/src/main/resources/common/message/MetadataSnapshotFooterRecord.json
##
@@ -0,0 +1,25 @@
+// Licensed to the Apache Software Foundat
cmccabe commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655618509
##
File path:
clients/src/main/resources/common/message/MetadataSnapshotHeaderRecord.json
##
@@ -0,0 +1,25 @@
+// Licensed to the Apache Software Foundat
niket-goel commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655625433
##
File path:
clients/src/main/resources/common/message/MetadataSnapshotFooterRecord.json
##
@@ -0,0 +1,25 @@
+// Licensed to the Apache Software Foun
niket-goel commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655627008
##
File path:
clients/src/main/java/org/apache/kafka/common/record/ControlRecordUtils.java
##
@@ -27,6 +29,8 @@
public class ControlRecordUtils {
cadonna commented on a change in pull request #10740:
URL: https://github.com/apache/kafka/pull/10740#discussion_r655626428
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/TimeWindows.java
##
@@ -85,14 +87,11 @@ private TimeWindows(final long sizeMs, final
hachikuji commented on a change in pull request #10814:
URL: https://github.com/apache/kafka/pull/10814#discussion_r655631267
##
File path: tools/src/main/java/org/apache/kafka/tools/TransactionsCommand.java
##
@@ -0,0 +1,623 @@
+/*
+ * Licensed to the Apache Software Foundatio
junrao commented on a change in pull request #9944:
URL: https://github.com/apache/kafka/pull/9944#discussion_r655561404
##
File path: core/src/main/scala/kafka/server/FetchSession.scala
##
@@ -471,16 +504,19 @@ class IncrementalFetchContext(private val time: Time,
if (s
jolshan commented on a change in pull request #9944:
URL: https://github.com/apache/kafka/pull/9944#discussion_r655642933
##
File path: core/src/test/scala/unit/kafka/server/FetchRequestTest.scala
##
@@ -116,61 +122,85 @@ class FetchRequestTest extends BaseRequestTest {
va
jolshan commented on a change in pull request #9944:
URL: https://github.com/apache/kafka/pull/9944#discussion_r655643270
##
File path:
core/src/test/scala/integration/kafka/api/AuthorizerIntegrationTest.scala
##
@@ -154,17 +154,17 @@ class AuthorizerIntegrationTest extends Ba
jolshan commented on a change in pull request #9944:
URL: https://github.com/apache/kafka/pull/9944#discussion_r655647688
##
File path: core/src/main/scala/kafka/server/FetchSession.scala
##
@@ -471,16 +504,19 @@ class IncrementalFetchContext(private val time: Time,
if (
jolshan commented on a change in pull request #9944:
URL: https://github.com/apache/kafka/pull/9944#discussion_r655648541
##
File path: clients/src/main/java/org/apache/kafka/common/protocol/Errors.java
##
@@ -362,7 +363,8 @@
BROKER_ID_NOT_REGISTERED(102, "The given broker
jolshan commented on a change in pull request #9944:
URL: https://github.com/apache/kafka/pull/9944#discussion_r655649094
##
File path:
clients/src/main/java/org/apache/kafka/common/requests/FetchResponse.java
##
@@ -71,6 +79,14 @@ public FetchResponseData data() {
re
jolshan commented on a change in pull request #9944:
URL: https://github.com/apache/kafka/pull/9944#discussion_r655649425
##
File path: core/src/main/scala/kafka/server/metadata/RaftMetadataCache.scala
##
@@ -226,6 +226,18 @@ class RaftMetadataCache(val brokerId: Int) extends
jolshan commented on a change in pull request #9944:
URL: https://github.com/apache/kafka/pull/9944#discussion_r655649858
##
File path: core/src/main/scala/kafka/server/ReplicaFetcherThread.scala
##
@@ -216,12 +217,21 @@ class ReplicaFetcherThread(name: String,
try {
rhauch commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655658286
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java
##
@@ -1063,6 +1076,112 @@ public int gene
izzyacademy commented on a change in pull request #10740:
URL: https://github.com/apache/kafka/pull/10740#discussion_r655661049
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/SessionWindows.java
##
@@ -84,17 +86,14 @@ private SessionWindows(final long gap
izzyacademy commented on a change in pull request #10740:
URL: https://github.com/apache/kafka/pull/10740#discussion_r655661436
##
File path:
streams/src/main/java/org/apache/kafka/streams/kstream/SessionWindows.java
##
@@ -119,6 +120,50 @@ public SessionWindows grace(final Du
izzyacademy commented on a change in pull request #10740:
URL: https://github.com/apache/kafka/pull/10740#discussion_r655661859
##
File path: streams/src/main/java/org/apache/kafka/streams/kstream/Windows.java
##
@@ -36,11 +36,11 @@
* @see SessionWindows
* @see TimestampExt
cadonna opened a new pull request #10912:
URL: https://github.com/apache/kafka/pull/10912
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgra
rhauch commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655660680
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/RestartRequest.java
##
@@ -0,0 +1,144 @@
+/*
+ * Licensed to the Apache Softw
rhauch commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655678526
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java
##
@@ -1063,6 +1076,132 @@ public int gene
rhauch commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655688374
##
File path:
connect/runtime/src/test/java/org/apache/kafka/connect/util/clusters/EmbeddedConnectCluster.java
##
@@ -559,6 +560,31 @@ public String endpo
kowshik commented on pull request #10280:
URL: https://github.com/apache/kafka/pull/10280#issuecomment-865332690
@junrao @dhruvilshah3 I ran a perf test against a Broker build with and
without this PR. The test involved the following:
1. Created a test topic with 1 partition and repl
niket-goel commented on a change in pull request #10899:
URL: https://github.com/apache/kafka/pull/10899#discussion_r655696253
##
File path:
clients/src/main/java/org/apache/kafka/common/record/MemoryRecords.java
##
@@ -664,4 +666,55 @@ private static void writeLeaderChangeMes
rhauch commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655683692
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java
##
@@ -1592,6 +1731,28 @@ public void onSe
ryannedolan commented on a change in pull request #10652:
URL: https://github.com/apache/kafka/pull/10652#discussion_r655712378
##
File path:
connect/mirror-client/src/main/java/org/apache/kafka/connect/mirror/IdentityReplicationPolicy.java
##
@@ -0,0 +1,101 @@
+/*
+ * License
junrao commented on a change in pull request #10896:
URL: https://github.com/apache/kafka/pull/10896#discussion_r655714240
##
File path: core/src/main/scala/kafka/log/ProducerStateManager.scala
##
@@ -828,12 +834,41 @@ class ProducerStateManager(val topicPartition:
TopicPartit
junrao commented on a change in pull request #10896:
URL: https://github.com/apache/kafka/pull/10896#discussion_r655727698
##
File path: core/src/main/scala/kafka/log/ProducerStateManager.scala
##
@@ -828,12 +834,41 @@ class ProducerStateManager(val topicPartition:
TopicPartit
jsancio commented on a change in pull request #10812:
URL: https://github.com/apache/kafka/pull/10812#discussion_r655732329
##
File path: core/src/main/scala/kafka/server/KafkaConfig.scala
##
@@ -74,6 +74,7 @@ object Defaults {
val InitialBrokerRegistrationTimeoutMs = 6
gardnervickers commented on a change in pull request #10896:
URL: https://github.com/apache/kafka/pull/10896#discussion_r655747538
##
File path: core/src/main/scala/kafka/log/ProducerStateManager.scala
##
@@ -828,12 +834,41 @@ class ProducerStateManager(val topicPartition:
Top
kpatelatwork commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655749684
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java
##
@@ -1063,6 +1076,132 @@ public in
skaundinya15 commented on a change in pull request #10743:
URL: https://github.com/apache/kafka/pull/10743#discussion_r655751842
##
File path: clients/src/main/resources/common/message/FindCoordinatorRequest.json
##
@@ -23,12 +23,16 @@
// Version 2 is the same as version 1.
C0urante commented on pull request #10907:
URL: https://github.com/apache/kafka/pull/10907#issuecomment-865396213
There was a small misunderstanding of the rebalance logic for distributed
workers. It turns out that they already preemptively stop reconfigured tasks
before (re)joining the gr
kpatelatwork commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655755572
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java
##
@@ -1592,6 +1731,28 @@ public voi
kpatelatwork commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655755798
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/RestartRequest.java
##
@@ -0,0 +1,144 @@
+/*
+ * Licensed to the Apache
kpatelatwork commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655757673
##
File path:
connect/runtime/src/test/java/org/apache/kafka/connect/util/clusters/EmbeddedConnectCluster.java
##
@@ -559,6 +560,31 @@ public String
kpatelatwork commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655749684
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java
##
@@ -1063,6 +1076,132 @@ public in
hachikuji opened a new pull request #10913:
URL: https://github.com/apache/kafka/pull/10913
This patch adds an implementation of the `resign()` API which allows the
controller to proactively resign leadership in case it encounters an
unrecoverable situation. There was not a lot to do here
rhauch commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655776106
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/distributed/DistributedHerder.java
##
@@ -1063,6 +1076,132 @@ public int gene
vitojeng commented on pull request #10825:
URL: https://github.com/apache/kafka/pull/10825#issuecomment-865419554
Hey @ableegoldman, just a remind. Please take a look, when you have time. :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
rhauch commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655778416
##
File path:
connect/runtime/src/test/java/org/apache/kafka/connect/util/clusters/EmbeddedConnectCluster.java
##
@@ -559,6 +560,31 @@ public String endpo
rhauch commented on a change in pull request #10822:
URL: https://github.com/apache/kafka/pull/10822#discussion_r655779197
##
File path:
connect/runtime/src/main/java/org/apache/kafka/connect/runtime/RestartRequest.java
##
@@ -0,0 +1,145 @@
+/*
+ * Licensed to the Apache Softw
kowshik commented on a change in pull request #10896:
URL: https://github.com/apache/kafka/pull/10896#discussion_r655768001
##
File path: core/src/main/scala/kafka/log/ProducerStateManager.scala
##
@@ -828,15 +834,50 @@ class ProducerStateManager(val topicPartition:
TopicParti
kowshik commented on a change in pull request #10896:
URL: https://github.com/apache/kafka/pull/10896#discussion_r655788102
##
File path: core/src/test/scala/unit/kafka/log/LogLoaderTest.scala
##
@@ -1535,4 +1534,122 @@ class LogLoaderTest {
assertTrue(onlySegment.lazyOffs
Justine Olshan created KAFKA-12975:
--
Summary: Consider how Topic IDs can improve consume experience
Key: KAFKA-12975
URL: https://issues.apache.org/jira/browse/KAFKA-12975
Project: Kafka
Iss
1 - 100 of 120 matches
Mail list logo