cadonna commented on PR #12301:
URL: https://github.com/apache/kafka/pull/12301#issuecomment-1378391578
Failures are unrelated:
```
Build / JDK 17 and Scala 2.13 /
kafka.api.TransactionsTest.testBumpTransactionalEpoch(String).quorum=kraft
Build / JDK 17 and Scala 2.13 /
kafka.serve
cadonna merged PR #12301:
URL: https://github.com/apache/kafka/pull/12301
--
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.
OneCricketeer commented on PR #12992:
URL: https://github.com/apache/kafka/pull/12992#issuecomment-1378401283
For reference, the workaround I have been using for this is a bash script
around the connect ones that executes something like
```
env | grep -e ^KAFKA_CONNECT_ENV_ > /t
tombentley commented on code in PR #13099:
URL: https://github.com/apache/kafka/pull/13099#discussion_r1066808165
##
clients/src/test/java/org/apache/kafka/common/security/authenticator/SaslServerAuthenticatorTest.java:
##
@@ -243,6 +243,40 @@ public void testSessionExpiresAtTok
[
https://issues.apache.org/jira/browse/KAFKA-14566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom Bentley resolved KAFKA-14566.
-
Resolution: Invalid
> Please Close This Ticket As It Was Inadvertently Created. See KAFKA-14565
mimaison commented on code in PR #13094:
URL: https://github.com/apache/kafka/pull/13094#discussion_r1066839046
##
clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java:
##
@@ -266,7 +266,14 @@ public void add(TopicPartition topicPartition,
PartitionData data)
Mickael Maison created KAFKA-14614:
--
Summary: Missing cluster tool script for Windows
Key: KAFKA-14614
URL: https://issues.apache.org/jira/browse/KAFKA-14614
Project: Kafka
Issue Type: Bug
mimaison commented on PR #13080:
URL: https://github.com/apache/kafka/pull/13080#issuecomment-1378583171
@dengziming I opened https://issues.apache.org/jira/browse/KAFKA-14614 to
look at the missing script for Windows
--
This is an automated message from the Apache Git Service.
To respond
[
https://issues.apache.org/jira/browse/KAFKA-9350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17675543#comment-17675543
]
zhangzhisheng commented on KAFKA-9350:
--
kafka version: 2.13_2.7.2
I've found the
[
https://issues.apache.org/jira/browse/KAFKA-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17675560#comment-17675560
]
Satish Duggana commented on KAFKA-14613:
[~ijuma] okay, that makes sense to me.
dajac commented on code in PR #12886:
URL: https://github.com/apache/kafka/pull/12886#discussion_r1066981875
##
clients/src/main/java/org/apache/kafka/common/requests/OffsetCommitResponse.java:
##
@@ -116,4 +118,80 @@ public void maybeSetThrottleTimeMs(int throttleTimeMs) {
dajac commented on code in PR #12886:
URL: https://github.com/apache/kafka/pull/12886#discussion_r1066988206
##
clients/src/main/java/org/apache/kafka/common/requests/OffsetCommitResponse.java:
##
@@ -116,4 +118,80 @@ public void maybeSetThrottleTimeMs(int throttleTimeMs) {
dajac commented on code in PR #12886:
URL: https://github.com/apache/kafka/pull/12886#discussion_r1066989454
##
core/src/main/scala/kafka/coordinator/group/GroupCoordinatorAdapter.scala:
##
@@ -234,4 +240,79 @@ class GroupCoordinatorAdapter(
}
CompletableFuture.complet
dajac commented on code in PR #12886:
URL: https://github.com/apache/kafka/pull/12886#discussion_r1066999003
##
core/src/main/scala/kafka/coordinator/group/GroupCoordinatorAdapter.scala:
##
@@ -234,4 +240,79 @@ class GroupCoordinatorAdapter(
}
CompletableFuture.complet
dajac commented on code in PR #12886:
URL: https://github.com/apache/kafka/pull/12886#discussion_r106727
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -411,137 +411,144 @@ class KafkaApis(val requestChannel: RequestChannel,
/**
* Handle an offset commit r
dajac commented on code in PR #12886:
URL: https://github.com/apache/kafka/pull/12886#discussion_r1067001037
##
core/src/test/scala/unit/kafka/coordinator/group/GroupCoordinatorAdapterTest.scala:
##
@@ -436,4 +440,74 @@ class GroupCoordinatorAdapterTest {
assertEquals(exp
dajac commented on PR #12886:
URL: https://github.com/apache/kafka/pull/12886#issuecomment-1378782340
@jeffkbkim @jolshan Updated and rebased the PR.
--
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
dajac commented on code in PR #12901:
URL: https://github.com/apache/kafka/pull/12901#discussion_r1067043771
##
core/src/main/scala/kafka/coordinator/group/GroupCoordinatorAdapter.scala:
##
@@ -234,4 +240,67 @@ class GroupCoordinatorAdapter(
}
CompletableFuture.complet
dajac commented on code in PR #12901:
URL: https://github.com/apache/kafka/pull/12901#discussion_r1067044728
##
core/src/test/scala/unit/kafka/coordinator/group/GroupCoordinatorAdapterTest.scala:
##
@@ -58,7 +62,7 @@ class GroupCoordinatorAdapterTest {
@ApiKeyVersionsSource(a
dajac commented on code in PR #12901:
URL: https://github.com/apache/kafka/pull/12901#discussion_r1067047982
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -2464,90 +2464,108 @@ class KafkaApis(val requestChannel: RequestChannel,
}
}
- def handleTxnOffsetC
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067049106
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -483,7 +483,7 @@ class KafkaApis(val requestChannel: RequestChannel,
case (topicPartition, par
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067051486
##
core/src/main/scala/kafka/controller/ControllerContext.scala:
##
@@ -487,7 +487,7 @@ class ControllerContext extends ControllerChannelContext {
partitionLea
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067053138
##
core/src/main/scala/kafka/controller/KafkaController.scala:
##
@@ -1420,7 +1420,7 @@ class KafkaController(val config: KafkaConfig,
val replicasInError = pa
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067054361
##
core/src/main/scala/kafka/controller/KafkaController.scala:
##
@@ -2359,7 +2359,7 @@ class KafkaController(val config: KafkaConfig,
} else if (newLead
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067055043
##
core/src/main/scala/kafka/coordinator/group/MemberMetadata.scala:
##
@@ -107,7 +107,7 @@ private[group] class MemberMetadata(var memberId: String,
* Check if
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067058675
##
core/src/main/scala/kafka/log/LogCleaner.scala:
##
@@ -897,7 +897,7 @@ private[log] class Cleaner(val id: Int,
* @return The estimated last offset for the f
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067059894
##
core/src/main/scala/kafka/server/BrokerServer.scala:
##
@@ -505,7 +505,7 @@ class BrokerServer(
protected def createRemoteLogManager(config: KafkaConfig):
Op
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067060444
##
core/src/main/scala/kafka/server/DynamicBrokerConfig.scala:
##
@@ -952,7 +952,7 @@ class DynamicListenerConfig(server: KafkaBroker) extends
BrokerReconfigurable
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067061923
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -1967,7 +1967,7 @@ class KafkaApis(val requestChannel: RequestChannel,
// Special handling to add
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067062308
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -1175,7 +1175,7 @@ class KafkaApis(val requestChannel: RequestChannel,
val topicResponses = metadata
dajac commented on code in PR #12901:
URL: https://github.com/apache/kafka/pull/12901#discussion_r1067063067
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -2464,90 +2464,108 @@ class KafkaApis(val requestChannel: RequestChannel,
}
}
- def handleTxnOffsetC
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067063294
##
core/src/main/scala/kafka/server/KafkaServer.scala:
##
@@ -575,7 +575,7 @@ class KafkaServer(
protected def createRemoteLogManager(config: KafkaConfig):
Opti
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067064604
##
core/src/main/scala/kafka/server/epoch/LeaderEpochFileCache.scala:
##
@@ -106,7 +106,7 @@ class LeaderEpochFileCache(topicPartition: TopicPartition,
entry
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067068943
##
core/src/main/scala/kafka/log/LogCleanerManager.scala:
##
@@ -321,14 +321,7 @@ private[log] class LogCleanerManager(val logDirs:
Seq[File],
* Check if the
dajac commented on code in PR #12902:
URL: https://github.com/apache/kafka/pull/12902#discussion_r1067069590
##
core/src/main/scala/kafka/coordinator/group/GroupCoordinatorAdapter.scala:
##
@@ -0,0 +1,131 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one or
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067070504
##
core/src/main/scala/kafka/server/FetchSession.scala:
##
@@ -705,10 +705,7 @@ class FetchSessionCache(private val maxEntries: Int,
}
def remove(sessionId:
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067070504
##
core/src/main/scala/kafka/server/FetchSession.scala:
##
@@ -705,10 +705,7 @@ class FetchSessionCache(private val maxEntries: Int,
}
def remove(sessionId:
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067072339
##
core/src/test/scala/integration/kafka/server/KRaftClusterTest.scala:
##
@@ -761,10 +761,7 @@ class KRaftClusterTest {
image: ClusterImage,
brokerId: In
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067074631
##
core/src/main/scala/kafka/tools/JmxTool.scala:
##
@@ -212,7 +212,7 @@ object JmxTool extends Logging {
// print csv header
val keys = List("time") ++
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067076574
##
core/src/main/scala/kafka/server/metadata/KRaftMetadataCache.scala:
##
@@ -364,10 +364,7 @@ class KRaftMetadataCache(val brokerId: Int) extends
MetadataCache wi
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067077954
##
core/src/main/scala/kafka/server/ReplicaManager.scala:
##
@@ -1514,10 +1514,7 @@ class ReplicaManager(val config: KafkaConfig,
* @return true if the request
divijvaidya commented on PR #13096:
URL: https://github.com/apache/kafka/pull/13096#issuecomment-1378858028
Thanks for your comments @ijuma. I have addressed your concerns and added
comments to all changes that will be helpful for reviewers (without having to
manually look into each file).
ijuma commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067091105
##
core/src/test/scala/integration/kafka/server/KRaftClusterTest.scala:
##
@@ -761,10 +761,7 @@ class KRaftClusterTest {
image: ClusterImage,
brokerId: Int
)
[
https://issues.apache.org/jira/browse/KAFKA-14003?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismael Juma updated KAFKA-14003:
Fix Version/s: 3.5.0
> Part 2
> --
>
> Key: KAFKA-14003
> URL:
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067120704
##
core/src/test/scala/integration/kafka/server/KRaftClusterTest.scala:
##
@@ -761,10 +761,7 @@ class KRaftClusterTest {
image: ClusterImage,
brokerId: In
ijuma commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067125601
##
core/src/test/scala/integration/kafka/server/KRaftClusterTest.scala:
##
@@ -761,10 +761,7 @@ class KRaftClusterTest {
image: ClusterImage,
brokerId: Int
)
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067070504
##
core/src/main/scala/kafka/server/FetchSession.scala:
##
@@ -705,10 +705,7 @@ class FetchSessionCache(private val maxEntries: Int,
}
def remove(sessionId:
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067138511
##
core/src/main/scala/kafka/coordinator/group/GroupMetadata.scala:
##
@@ -484,10 +484,7 @@ private[group] class GroupMetadata(val groupId: String,
initialState: G
[
https://issues.apache.org/jira/browse/KAFKA-14580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christo Lolov reassigned KAFKA-14580:
-
Assignee: Christo Lolov
> Move EndToEndLatency to tools
> -
[
https://issues.apache.org/jira/browse/KAFKA-14580?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christo Lolov reassigned KAFKA-14580:
-
Assignee: (was: Christo Lolov)
> Move EndToEndLatency to tools
> --
mumrah commented on code in PR #13089:
URL: https://github.com/apache/kafka/pull/13089#discussion_r1067114622
##
core/src/main/scala/kafka/server/metadata/BrokerMetadataSnapshotter.scala:
##
@@ -61,7 +61,7 @@ class BrokerMetadataSnapshotter(
/**
* The event queue which ru
tinaselenge commented on code in PR #13102:
URL: https://github.com/apache/kafka/pull/13102#discussion_r1067142496
##
raft/src/main/resources/common/message/QuorumStateData.json:
##
@@ -19,7 +19,6 @@
"validVersions": "0",
Review Comment:
Thank you for the feedback. I have
[
https://issues.apache.org/jira/browse/KAFKA-14594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christo Lolov reassigned KAFKA-14594:
-
Assignee: Christo Lolov
> Move LogDirsCommand to tools
>
>
Divij Vaidya created KAFKA-14615:
Summary: Use sizeCompare(Iterable[_]) to compare two iterables
Key: KAFKA-14615
URL: https://issues.apache.org/jira/browse/KAFKA-14615
Project: Kafka
Issue T
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067162495
##
core/src/test/scala/integration/kafka/server/KRaftClusterTest.scala:
##
@@ -761,10 +761,7 @@ class KRaftClusterTest {
image: ClusterImage,
brokerId: In
[
https://issues.apache.org/jira/browse/KAFKA-14615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Divij Vaidya updated KAFKA-14615:
-
Description:
Since Scala 2.12 is being deprecated in 4.x version, we can utilize some
improved
divijvaidya commented on code in PR #13096:
URL: https://github.com/apache/kafka/pull/13096#discussion_r1067185821
##
core/src/test/scala/integration/kafka/server/KRaftClusterTest.scala:
##
@@ -761,10 +761,7 @@ class KRaftClusterTest {
image: ClusterImage,
brokerId: In
[
https://issues.apache.org/jira/browse/KAFKA-14565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17675640#comment-17675640
]
Chris Egerton commented on KAFKA-14565:
---
[~beardt] sorry, to be clear, I was sugge
justinrlee commented on PR #12797:
URL: https://github.com/apache/kafka/pull/12797#issuecomment-1379128398
Hey @dengziming @dajac I've updated the PR to remove the public interface
changes (adding optional alternate command line flag) and have done relatively
extensive local testing manuall
[
https://issues.apache.org/jira/browse/KAFKA-14613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Satish Duggana resolved KAFKA-14613.
Resolution: Won't Do
> Move BrokerReconfigurable/KafkaConfig to server-common module.
> --
cmccabe commented on code in PR #13089:
URL: https://github.com/apache/kafka/pull/13089#discussion_r1067332344
##
server-common/src/test/resources/test/log4j.properties:
##
@@ -0,0 +1,21 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor lice
cmccabe commented on code in PR #13089:
URL: https://github.com/apache/kafka/pull/13089#discussion_r1067367679
##
server-common/src/main/java/org/apache/kafka/queue/KafkaEventQueue.java:
##
@@ -116,33 +116,33 @@ boolean isSingleton() {
/**
* Run the event asso
mumrah commented on PR #13103:
URL: https://github.com/apache/kafka/pull/13103#issuecomment-1379387869
Two runs with different sets of flaky tests. They are all unrelated to this
change (which is gated behind the migration config)
--
This is an automated message from the Apache Git Servic
mumrah merged PR #13103:
URL: https://github.com/apache/kafka/pull/13103
--
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
artemlivshits commented on code in PR #12902:
URL: https://github.com/apache/kafka/pull/12902#discussion_r1067448086
##
core/src/main/scala/kafka/coordinator/group/GroupCoordinatorAdapter.scala:
##
@@ -0,0 +1,131 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under
jolshan commented on code in PR #12886:
URL: https://github.com/apache/kafka/pull/12886#discussion_r1067488043
##
core/src/main/scala/kafka/coordinator/group/GroupCoordinatorAdapter.scala:
##
@@ -234,4 +240,78 @@ class GroupCoordinatorAdapter(
}
CompletableFuture.compl
jolshan commented on code in PR #12886:
URL: https://github.com/apache/kafka/pull/12886#discussion_r1067494981
##
clients/src/main/java/org/apache/kafka/common/requests/OffsetCommitResponse.java:
##
@@ -116,4 +118,80 @@ public void maybeSetThrottleTimeMs(int throttleTimeMs) {
jolshan commented on code in PR #12901:
URL: https://github.com/apache/kafka/pull/12901#discussion_r1067526170
##
core/src/test/scala/unit/kafka/coordinator/group/GroupCoordinatorAdapterTest.scala:
##
@@ -58,7 +62,7 @@ class GroupCoordinatorAdapterTest {
@ApiKeyVersionsSource
jolshan commented on code in PR #12901:
URL: https://github.com/apache/kafka/pull/12901#discussion_r1067525498
##
core/src/main/scala/kafka/coordinator/group/GroupCoordinatorAdapter.scala:
##
@@ -234,4 +240,67 @@ class GroupCoordinatorAdapter(
}
CompletableFuture.compl
jolshan commented on code in PR #12901:
URL: https://github.com/apache/kafka/pull/12901#discussion_r1067526680
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -2464,90 +2464,108 @@ class KafkaApis(val requestChannel: RequestChannel,
}
}
- def handleTxnOffse
jolshan commented on code in PR #12901:
URL: https://github.com/apache/kafka/pull/12901#discussion_r1067528730
##
core/src/test/scala/unit/kafka/coordinator/group/GroupCoordinatorAdapterTest.scala:
##
@@ -608,4 +610,77 @@ class GroupCoordinatorAdapterTest {
future.get().a
jolshan commented on code in PR #12901:
URL: https://github.com/apache/kafka/pull/12901#discussion_r1067528730
##
core/src/test/scala/unit/kafka/coordinator/group/GroupCoordinatorAdapterTest.scala:
##
@@ -608,4 +610,77 @@ class GroupCoordinatorAdapterTest {
future.get().a
peternied commented on PR #12407:
URL: https://github.com/apache/kafka/pull/12407#issuecomment-1379626692
Thanks for the reply, I would like this fix available sooner since we have
to disable jar hell checks in our project to work around this issue for nearly
6 months. Do you have an appro
CalvinConfluent commented on code in PR #12902:
URL: https://github.com/apache/kafka/pull/12902#discussion_r1067573213
##
core/src/main/scala/kafka/server/KafkaApis.scala:
##
@@ -3110,61 +3110,69 @@ class KafkaApis(val requestChannel: RequestChannel,
}
}
- def handleO
ijuma commented on PR #12407:
URL: https://github.com/apache/kafka/pull/12407#issuecomment-1379638315
Likely this month and it would happen before other releases.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
hachikuji commented on code in PR #13104:
URL: https://github.com/apache/kafka/pull/13104#discussion_r1067582346
##
metadata/src/test/java/org/apache/kafka/controller/ReplicationControlManagerTest.java:
##
@@ -605,6 +617,45 @@ public void testCreateTopicsWithConfigs() throws Exc
jeffkbkim commented on code in PR #12886:
URL: https://github.com/apache/kafka/pull/12886#discussion_r1067611094
##
group-coordinator/src/main/java/org/apache/kafka/coordinator/group/GroupCoordinator.java:
##
@@ -164,5 +166,20 @@
CompletableFuture> fetch
String groupId
andymg3 commented on code in PR #13104:
URL: https://github.com/apache/kafka/pull/13104#discussion_r1067622704
##
metadata/src/main/java/org/apache/kafka/controller/ConfigurationControlManager.java:
##
@@ -172,20 +172,30 @@ ControllerResult>
incrementalAlterConfigs(
Ma
showuon commented on code in PR #13102:
URL: https://github.com/apache/kafka/pull/13102#discussion_r1067632210
##
raft/src/test/java/org/apache/kafka/raft/FileBasedStateStoreTest.java:
##
@@ -90,6 +98,43 @@ public void testWriteElectionState() throws IOException {
asser
showuon commented on code in PR #13102:
URL: https://github.com/apache/kafka/pull/13102#discussion_r1067632210
##
raft/src/test/java/org/apache/kafka/raft/FileBasedStateStoreTest.java:
##
@@ -90,6 +98,43 @@ public void testWriteElectionState() throws IOException {
asser
showuon commented on code in PR #13102:
URL: https://github.com/apache/kafka/pull/13102#discussion_r1067632210
##
raft/src/test/java/org/apache/kafka/raft/FileBasedStateStoreTest.java:
##
@@ -90,6 +98,43 @@ public void testWriteElectionState() throws IOException {
asser
peternied commented on PR #12407:
URL: https://github.com/apache/kafka/pull/12407#issuecomment-1379798226
That sounds good, thanks for letting me know.
--
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 g
mjsax commented on PR #10747:
URL: https://github.com/apache/kafka/pull/10747#issuecomment-1379807976
Great! Sure, this works.
Looking forward to your KIP -- let me know if you have any question about
the KIP process.
--
This is an automated message from the Apache Git Service.
To
kamalcph commented on PR #13059:
URL: https://github.com/apache/kafka/pull/13059#issuecomment-1379857363
@showuon
Rebased with the trunk. Thanks for reviewing it!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
zhpyc opened a new pull request, #13105:
URL: https://github.com/apache/kafka/pull/13105
### Change Logs
As above.
### Impact
Only typo fixes.
### Risk level (write none, low medium or high below)
None
### Documentation Update
N/A
### Committer Checklist (e
dengziming commented on code in PR #13105:
URL: https://github.com/apache/kafka/pull/13105#discussion_r1067804443
##
clients/src/main/java/org/apache/kafka/clients/consumer/KafkaConsumer.java:
##
@@ -2460,7 +2460,7 @@ private void close(long timeoutMs, boolean
swallowException)
86 matches
Mail list logo