[
https://issues.apache.org/jira/browse/KAFKA-18084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901402#comment-17901402
]
Andrew Schofield commented on KAFKA-18084:
--
Thanks, [~adixitconfluent]. I think
frankvicky commented on PR #17954:
URL: https://github.com/apache/kafka/pull/17954#issuecomment-2503114950
Hi @chia7712
I have file a PR for it #17954
--
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
AndrewJSchofield commented on PR #17908:
URL: https://github.com/apache/kafka/pull/17908#issuecomment-2503121184
Actually, thinking more about this, KIP-794
https://cwiki.apache.org/confluence/plugins/servlet/mobile?contentId=191336857#content/view/191336857
defines the config without the s
frankvicky opened a new pull request, #17956:
URL: https://github.com/apache/kafka/pull/17956
JIRA: KAFKA-18100
This test fails due to the error flow change in #16898. To fix it, we should
update the assertion message.
### Committer Checklist (excluded from commit message)
-
yx9o commented on code in PR #17681:
URL: https://github.com/apache/kafka/pull/17681#discussion_r1860046772
##
clients/src/main/resources/common/message/DescribeClientQuotasResponse.json:
##
@@ -36,7 +36,7 @@
"about": "The entity name, or null if the default." }
[
https://issues.apache.org/jira/browse/KAFKA-18084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901385#comment-17901385
]
Abhinav Dixit commented on KAFKA-18084:
---
[~chia7712], thanks for pointing out thes
[
https://issues.apache.org/jira/browse/KAFKA-17893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901377#comment-17901377
]
Peter Lee commented on KAFKA-17893:
---
Hi [~mjsax]
PR is ready. PTAL. Thanks
[https://g
[
https://issues.apache.org/jira/browse/KAFKA-18101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Deng Ziming reassigned KAFKA-18101:
---
Assignee: Peter Lee
> Merge duplicate assertFutureThrows and assertFutureExceptionTypeEqual
peterxcli opened a new pull request, #17955:
URL: https://github.com/apache/kafka/pull/17955
In kraft the [replicas
algorithm](https://github.com/apache/kafka/blob/trunk/metadata/src/main/java/org/apache/kafka/metadata/placement/StripedReplicaPlacer.java#L156)
includes some randomization, s
CalvinConfluent commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859947357
##
core/src/main/scala/kafka/coordinator/transaction/TransactionCoordinator.scala:
##
@@ -525,6 +558,7 @@ class TransactionCoordinator(txnConfig: TransactionCon
[
https://issues.apache.org/jira/browse/KAFKA-18101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901373#comment-17901373
]
Peter Lee commented on KAFKA-18101:
---
HI [~dengziming], I would like to work on this, m
chia7712 commented on PR #17954:
URL: https://github.com/apache/kafka/pull/17954#issuecomment-2502771967
@frankvicky Could you please a PR to fix the ``CoordinatorLoaderImplTest` `
first?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
chia7712 commented on PR #17954:
URL: https://github.com/apache/kafka/pull/17954#issuecomment-2502763639
@TaiJuWu Could you replace all `Using` by "try-release" ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
TaiJuWu opened a new pull request, #17954:
URL: https://github.com/apache/kafka/pull/17954
JIRA: https://issues.apache.org/jira/browse/KAFKA-18100/
Only add `match` after `Scala.Using`
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementati
[
https://issues.apache.org/jira/browse/KAFKA-18100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai reassigned KAFKA-18100:
--
Assignee: Chia-Ping Tsai
> `Using` block suppresses all errors
>
chia7712 commented on PR #15881:
URL: https://github.com/apache/kafka/pull/15881#issuecomment-2502688514
Sorry for the trouble. I’ll take over the Jira. Thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL a
frankvicky commented on PR #15881:
URL: https://github.com/apache/kafka/pull/15881#issuecomment-2502685865
Oops, I will take a look
--
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 c
[
https://issues.apache.org/jira/browse/KAFKA-18100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901370#comment-17901370
]
TengYao Chi commented on KAFKA-18100:
-
Hello [~jolshan]
I will take a look and fix
TaiJuWu commented on code in PR #17946:
URL: https://github.com/apache/kafka/pull/17946#discussion_r1859537038
##
clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java:
##
@@ -1223,6 +1223,11 @@ private void ensureValidRecordSize(int size) {
*/
@O
Deng Ziming created KAFKA-18101:
---
Summary: Merge duplicate assertFutureThrows and
assertFutureExceptionTypeEquals
Key: KAFKA-18101
URL: https://issues.apache.org/jira/browse/KAFKA-18101
Project: Kafka
peterxcli commented on code in PR #17873:
URL: https://github.com/apache/kafka/pull/17873#discussion_r1859783457
##
clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java:
##
@@ -1646,9 +1646,38 @@ private DescribeQuorumRequest
createDescribeQuorumReque
Yunyung commented on code in PR #17934:
URL: https://github.com/apache/kafka/pull/17934#discussion_r1859769745
##
core/src/test/scala/unit/kafka/server/ControllerMutationQuotaTest.scala:
##
@@ -387,9 +387,7 @@ class ControllerMutationQuotaTest extends BaseRequestTest {
priv
chiacyu commented on PR #17953:
URL: https://github.com/apache/kafka/pull/17953#issuecomment-2502544926
Hi, @chia7712
Please take a look if you're available, thanks!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
TaiJuWu commented on code in PR #17946:
URL: https://github.com/apache/kafka/pull/17946#discussion_r1859537038
##
clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java:
##
@@ -1223,6 +1223,11 @@ private void ensureValidRecordSize(int size) {
*/
@O
artemlivshits commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859632802
##
core/src/main/scala/kafka/coordinator/transaction/TransactionCoordinator.scala:
##
@@ -525,6 +558,7 @@ class TransactionCoordinator(txnConfig: TransactionConfi
ijuma commented on PR #15881:
URL: https://github.com/apache/kafka/pull/15881#issuecomment-2502412144
> It looks like this change is silently suppressing all errors in tests that
were updated, since we don't check the resulting Try for failures.
Ouch! A bunch of tests were broken as a
CalvinConfluent commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859536529
##
core/src/main/scala/kafka/coordinator/transaction/TransactionCoordinator.scala:
##
@@ -564,41 +627,44 @@ class TransactionCoordinator(txnConfig: TransactionC
TaiJuWu commented on code in PR #17946:
URL: https://github.com/apache/kafka/pull/17946#discussion_r1859537038
##
clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java:
##
@@ -1223,6 +1223,11 @@ private void ensureValidRecordSize(int size) {
*/
@O
CalvinConfluent commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859537198
##
core/src/main/scala/kafka/coordinator/transaction/TransactionCoordinator.scala:
##
@@ -564,41 +627,44 @@ class TransactionCoordinator(txnConfig: TransactionC
CalvinConfluent commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859530416
##
core/src/test/scala/unit/kafka/coordinator/transaction/TransactionCoordinatorTest.scala:
##
@@ -505,20 +579,68 @@ class TransactionCoordinatorTest {
ve
CalvinConfluent commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859529641
##
clients/src/test/java/org/apache/kafka/clients/producer/internals/TransactionManagerTest.java:
##
@@ -3036,12 +3178,10 @@ public void
testEpochUpdateAfterBu
chiacyu opened a new pull request, #17953:
URL: https://github.com/apache/kafka/pull/17953
The `ReplicaInfo` with its related class has been depreciated and would be
removed in this pr, please check
[KAFKA-17010](https://issues.apache.org/jira/browse/KAFKA-17010) for more
details. thanks!
mjsax commented on PR #17904:
URL: https://github.com/apache/kafka/pull/17904#issuecomment-2502383408
Thanks for the PR. Merged to `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 to the spe
mjsax merged PR #17904:
URL: https://github.com/apache/kafka/pull/17904
--
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
m1a2st commented on PR #17947:
URL: https://github.com/apache/kafka/pull/17947#issuecomment-2502373251
Hello @chia7712, there are changed configs in my local

![CleanS
Justine Olshan created KAFKA-18100:
--
Summary: `Using` block suppresses all errors
Key: KAFKA-18100
URL: https://issues.apache.org/jira/browse/KAFKA-18100
Project: Kafka
Issue Type: Bug
jolshan commented on PR #15881:
URL: https://github.com/apache/kafka/pull/15881#issuecomment-2502363433
https://issues.apache.org/jira/browse/KAFKA-18100
--
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
TaiJuWu commented on code in PR #17614:
URL: https://github.com/apache/kafka/pull/17614#discussion_r1859485006
##
clients/src/main/java/org/apache/kafka/clients/consumer/Consumer.java:
##
@@ -267,13 +269,92 @@ public interface Consumer extends Closeable {
void close();
jolshan commented on PR #15881:
URL: https://github.com/apache/kafka/pull/15881#issuecomment-2502357138
@chia7712 I will file a ticket for this. I just tested by including a
assertEquals(1, 2) in a `Using` block and the test still passed.
--
This is an automated message from the Apache Gi
mjsax commented on PR #17899:
URL: https://github.com/apache/kafka/pull/17899#issuecomment-2502352580
Well, both fixes together are necessary... (but yes, wit the `<=` fix only,
we could still build up an incorrect overcount over time...)
--
This is an automated message from the Apache Gi
mjsax commented on PR #17882:
URL: https://github.com/apache/kafka/pull/17882#issuecomment-2502349548
Looking into the test code, it seem the `s` just goes somewhere else? There
is `shouldNotAllowNullStoreNameOnProcess` and
`shouldNotAllowNullStoreName[s]OnProcess`, one taking `(String) nul
[
https://issues.apache.org/jira/browse/KAFKA-18088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
PoAn Yang reassigned KAFKA-18088:
-
Assignee: PoAn Yang
> Add consumer metric about paused partitions
> ---
[
https://issues.apache.org/jira/browse/KAFKA-18088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901343#comment-17901343
]
Matthias J. Sax commented on KAFKA-18088:
-
Feel free to pick it up.
> Add consu
CalvinConfluent opened a new pull request, #17952:
URL: https://github.com/apache/kafka/pull/17952
(no comment)
--
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 unsubscri
jolshan commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859417510
##
core/src/main/scala/kafka/coordinator/transaction/TransactionCoordinator.scala:
##
@@ -564,41 +627,44 @@ class TransactionCoordinator(txnConfig: TransactionConfig,
jolshan commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859415059
##
core/src/main/scala/kafka/coordinator/transaction/TransactionCoordinator.scala:
##
@@ -564,41 +627,44 @@ class TransactionCoordinator(txnConfig: TransactionConfig,
jolshan commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859415059
##
core/src/main/scala/kafka/coordinator/transaction/TransactionCoordinator.scala:
##
@@ -564,41 +627,44 @@ class TransactionCoordinator(txnConfig: TransactionConfig,
jolshan commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859401198
##
core/src/test/scala/unit/kafka/coordinator/transaction/TransactionCoordinatorTest.scala:
##
@@ -505,20 +579,68 @@ class TransactionCoordinatorTest {
verify(tra
kirktrue commented on code in PR #16899:
URL: https://github.com/apache/kafka/pull/16899#discussion_r1859396777
##
clients/src/main/java/org/apache/kafka/clients/consumer/ConsumerConfig.java:
##
@@ -713,9 +734,19 @@ private void maybeOverrideEnableAutoCommit(Map configs) {
kirktrue commented on code in PR #17199:
URL: https://github.com/apache/kafka/pull/17199#discussion_r1859369437
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AsyncKafkaConsumer.java:
##
@@ -507,7 +511,8 @@ public void onGroupAssignmentUpdated(Set
partitio
jolshan commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859375050
##
clients/src/test/java/org/apache/kafka/clients/producer/internals/TransactionManagerTest.java:
##
@@ -3036,12 +3178,10 @@ public void
testEpochUpdateAfterBumpFromEn
jolshan commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859379951
##
clients/src/test/java/org/apache/kafka/common/requests/ProduceRequestTest.java:
##
@@ -125,7 +126,8 @@ public void testBuildWithCurrentMessageFormat() {
jolshan commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859362179
##
clients/src/test/java/org/apache/kafka/clients/producer/internals/TransactionManagerTest.java:
##
@@ -922,6 +946,103 @@ public void testTransactionManagerEnablesV2()
[
https://issues.apache.org/jira/browse/KAFKA-18034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901325#comment-17901325
]
Kirk True commented on KAFKA-18034:
---
Thanks [~m1a2st]!
> CommitRequestManager should
jolshan commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859352623
##
clients/src/test/java/org/apache/kafka/clients/producer/internals/TransactionManagerTest.java:
##
@@ -172,7 +172,11 @@ private void initializeTransactionManager(Opti
kirktrue commented on code in PR #17440:
URL: https://github.com/apache/kafka/pull/17440#discussion_r1859304634
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerNetworkThread.java:
##
@@ -168,6 +171,8 @@ private void processApplicationEvents() {
cmccabe merged PR #17867:
URL: https://github.com/apache/kafka/pull/17867
--
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.
HyunSangHan commented on PR #17928:
URL: https://github.com/apache/kafka/pull/17928#issuecomment-2502021527
@chia7712
Thank you for feedback! I removed it. 0de0768
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
lianetm opened a new pull request, #17951:
URL: https://github.com/apache/kafka/pull/17951
Include regex from SubscriptionPattern in HB and handle related errors.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use th
Dongnuo Lyu created KAFKA-18099:
---
Summary: The lkc prefix should be removed from the topic name when
generating sync response for classic members in consumer group
Key: KAFKA-18099
URL: https://issues.apache.org/jir
[
https://issues.apache.org/jira/browse/KAFKA-18084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901301#comment-17901301
]
Apoorv Mittal commented on KAFKA-18084:
---
[~chia7712] Thanks for flagging it and an
xvrl commented on PR #15881:
URL: https://github.com/apache/kafka/pull/15881#issuecomment-2501874334
it looks like this change is silently suppressing all errors in tests that
were updated, since we don't check the resulting Try for failures.
--
This is an automated message from the Apach
gtbX opened a new pull request, #17950:
URL: https://github.com/apache/kafka/pull/17950
Fixes and workarounds for some of the peculiarities of the Android runtime.
This is by no means complete Android support, but gets a little bit closer.
* fix for `Socket.getInetAddress()` returning nul
mingyen066 commented on PR #17488:
URL: https://github.com/apache/kafka/pull/17488#issuecomment-2501787816
Hi @chia7712, sorry for the late reply. I've migrated all the mkEntry usages
to Map.entry, except for those used to create entries with null values.
--
This is an automated message f
mingyen066 commented on code in PR #17488:
URL: https://github.com/apache/kafka/pull/17488#discussion_r1859137211
##
connect/runtime/src/test/java/org/apache/kafka/connect/storage/ConnectorOffsetBackingStoreTest.java:
##
@@ -94,8 +93,8 @@ public void
testFlushFailureWhenWriteTo
jolshan commented on code in PR #17698:
URL: https://github.com/apache/kafka/pull/17698#discussion_r1859110614
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/TransactionManager.java:
##
@@ -1672,6 +1682,11 @@ private
TxnOffsetCommitHandler(TransactionalReq
ahuang98 commented on code in PR #17873:
URL: https://github.com/apache/kafka/pull/17873#discussion_r1859102483
##
clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java:
##
@@ -1646,9 +1646,38 @@ private DescribeQuorumRequest
createDescribeQuorumReques
kirktrue commented on PR #17669:
URL: https://github.com/apache/kafka/pull/17669#issuecomment-2501738430
> @kirktrue Could you please run the related E2E tests on your local setup?
@chia7712—I've attached links to the test runs in the main description.
--
This is an automated messag
[
https://issues.apache.org/jira/browse/KAFKA-18084?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901289#comment-17901289
]
Chia-Ping Tsai commented on KAFKA-18084:
{quote}
I wonder whether there's a simi
chia7712 commented on PR #17905:
URL: https://github.com/apache/kafka/pull/17905#issuecomment-2501701718
or the test can be disabled temporarily and I will file a jira to trace it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHu
chia7712 commented on PR #17905:
URL: https://github.com/apache/kafka/pull/17905#issuecomment-2501694869
@cmccabe Could you please check the failed tests?
`DynamicBrokerReconfigurationTest#testUncleanLeaderElectionEnable`
--
This is an automated message from the Apache Git Service.
To res
cmccabe opened a new pull request, #17949:
URL: https://github.com/apache/kafka/pull/17949
Remove ZK from
- core/src/test/scala/integration/kafka/admin/RemoteTopicCrudTest.scala
- core/src/test/scala/unit/kafka/admin/AddPartitionsTest.scala
- core/src/test/scala/unit/kafka/server/
chia7712 merged PR #17855:
URL: https://github.com/apache/kafka/pull/17855
--
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
AndrewJSchofield commented on PR #17908:
URL: https://github.com/apache/kafka/pull/17908#issuecomment-2501575544
@chia7712 is correct. It would need a KIP too, which would be a trivial KIP
so not much effort.
--
This is an automated message from the Apache Git Service.
To respond to the m
AndrewJSchofield commented on code in PR #17908:
URL: https://github.com/apache/kafka/pull/17908#discussion_r1858989261
##
clients/src/main/java/org/apache/kafka/clients/producer/ProducerConfig.java:
##
@@ -97,17 +97,17 @@ public class ProducerConfig extends AbstractConfig {
[
https://issues.apache.org/jira/browse/KAFKA-18028?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-18028.
Fix Version/s: 4.0.0
Resolution: Fixed
> the effective kraft version of `--no-initi
chia7712 merged PR #17836:
URL: https://github.com/apache/kafka/pull/17836
--
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-18098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901271#comment-17901271
]
Chia-Ping Tsai commented on KAFKA-18098:
[~peterxcli] You are the one working on
[
https://issues.apache.org/jira/browse/KAFKA-18098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai reassigned KAFKA-18098:
--
Assignee: Peter Lee (was: Chia-Ping Tsai)
> add kraft support to testReplicaPlacemen
AndrewJSchofield commented on code in PR #17946:
URL: https://github.com/apache/kafka/pull/17946#discussion_r1858977786
##
clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java:
##
@@ -1223,6 +1223,11 @@ private void ensureValidRecordSize(int size) {
*
[
https://issues.apache.org/jira/browse/KAFKA-18098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901270#comment-17901270
]
Chia-Ping Tsai commented on KAFKA-18098:
[~peterxcli] Sorry, we're currently wor
[
https://issues.apache.org/jira/browse/KAFKA-18098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901269#comment-17901269
]
Peter Lee commented on KAFKA-18098:
---
Hi [~chia7712] , may I take this ticket. Thanks!
Chia-Ping Tsai created KAFKA-18098:
--
Summary: add kraft support to testReplicaPlacementAllServers and
testReplicaPlacementPartialServers
Key: KAFKA-18098
URL: https://issues.apache.org/jira/browse/KAFKA-18098
[
https://issues.apache.org/jira/browse/KAFKA-18089?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17901266#comment-17901266
]
Chia-Ping Tsai commented on KAFKA-18089:
the explanation of related change of 3.
[
https://issues.apache.org/jira/browse/KAFKA-18049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mickael Maison resolved KAFKA-18049.
Fix Version/s: 4.0.0
Resolution: Fixed
> Upgrade the caffeine version to 3.1.1
> --
mimaison merged PR #17879:
URL: https://github.com/apache/kafka/pull/17879
--
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
dajac merged PR #17864:
URL: https://github.com/apache/kafka/pull/17864
--
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
chia7712 commented on code in PR #17934:
URL: https://github.com/apache/kafka/pull/17934#discussion_r1858862670
##
core/src/test/scala/unit/kafka/server/ControllerMutationQuotaTest.scala:
##
@@ -387,9 +387,7 @@ class ControllerMutationQuotaTest extends BaseRequestTest {
pri
chia7712 commented on PR #17947:
URL: https://github.com/apache/kafka/pull/17947#issuecomment-2501310869
@m1a2st Could you please generate the output to display the change?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
chia7712 commented on code in PR #17740:
URL: https://github.com/apache/kafka/pull/17740#discussion_r1858850116
##
tests/setup.py:
##
@@ -15,27 +15,24 @@
import re
import sys
-from setuptools import find_packages, setup
-from setuptools.command.test import test as TestComman
[
https://issues.apache.org/jira/browse/KAFKA-18083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-18083.
Fix Version/s: 4.0.0
Resolution: Fixed
> ClusterInstance custom controllerListener
cshannon commented on PR #16754:
URL: https://github.com/apache/kafka/pull/16754#issuecomment-2501289599
@chia7712 - I merged the latest trunk and fixed the conflicts so this PR is
now up to date
--
This is an automated message from the Apache Git Service.
To respond to the message, pleas
lianetm merged PR #17945:
URL: https://github.com/apache/kafka/pull/17945
--
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.
chia7712 commented on code in PR #17948:
URL: https://github.com/apache/kafka/pull/17948#discussion_r1858797408
##
README.md:
##
@@ -4,10 +4,10 @@ See our [web site](https://kafka.apache.org) for details on
the project.
You need to have
[Java](http://www.oracle.com/technetw
laxman-ch commented on PR #17899:
URL: https://github.com/apache/kafka/pull/17899#issuecomment-2501242346
Thanks @mjsax. Your followup PR fixes the root cause (accounting problem).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitH
frankvicky opened a new pull request, #17948:
URL: https://github.com/apache/kafka/pull/17948
JIRA: KAFKA-18097
Since we have applied the KIP-1013, we should also update the README to
reflect the change.
### Committer Checklist (excluded from commit message)
- [ ] Verify des
[
https://issues.apache.org/jira/browse/KAFKA-17569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-17569.
Fix Version/s: 4.0.0
Resolution: Fixed
> Rewrite TestLinearWriteSpeed by JMH
>
[
https://issues.apache.org/jira/browse/KAFKA-17566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-17566.
Fix Version/s: 4.0.0
Resolution: Fixed
> What is the next about other.kafka
> -
chia7712 merged PR #17736:
URL: https://github.com/apache/kafka/pull/17736
--
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
cadonna merged PR #17795:
URL: https://github.com/apache/kafka/pull/17795
--
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.
1 - 100 of 188 matches
Mail list logo