OmniaGM commented on PR #15968:
URL: https://github.com/apache/kafka/pull/15968#issuecomment-2970470301
> I am wondering if we should include topicId in recordsByPartition in
sendProduceRequest(). This way, we don't need to check metadata for topicId
since it could change over time.
[
https://issues.apache.org/jira/browse/KAFKA-18729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lianet Magrans resolved KAFKA-18729.
Resolution: Fixed
> Improve consumer check for assigned topics from regex
> --
[
https://issues.apache.org/jira/browse/KAFKA-18729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17973503#comment-17973503
]
Lianet Magrans commented on KAFKA-18729:
Hey [~m1a2st], this ended up fixed by K
Haruki Okada created KAFKA-19407:
Summary: OffsetsOutOfOrderException on followers due to the race
condition in the leader
Key: KAFKA-19407
URL: https://issues.apache.org/jira/browse/KAFKA-19407
Proje
m1a2st commented on PR #19955:
URL: https://github.com/apache/kafka/pull/19955#issuecomment-2970549653
This KIP has passed.
[LINK](https://lists.apache.org/thread/40w9kvd6o80nl2qbsl2lg9s2zl4oldtk)
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
Yunyung commented on PR #19573:
URL: https://github.com/apache/kafka/pull/19573#issuecomment-2970556035
> In the Jira I suggested using the connector instance name and the task
number. This should be unique in a Connect cluster.
Hi @mimaison, what I meant above is: Cluster A -> B creates
chia7712 commented on code in PR #19699:
URL: https://github.com/apache/kafka/pull/19699#discussion_r2145226103
##
transaction-coordinator/src/main/java/org/apache/kafka/coordinator/transaction/TransactionMetadata.java:
##
@@ -0,0 +1,723 @@
+/*
+ * Licensed to the Apache Softwar
[
https://issues.apache.org/jira/browse/KAFKA-19407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Haruki Okada updated KAFKA-19407:
-
Description:
h2. Environment
* Kafka version: 3.3.2 (But we suppose this issue still exists in
OmniaGM opened a new pull request, #19964:
URL: https://github.com/apache/kafka/pull/19964
- Metadata doesn't have the full view of topicNames to ids during
rebootstrap of client or when topic has been deleted/recreated. The solution is
to pass down topic id and stop trying to figure it out
chia7712 commented on code in PR #19699:
URL: https://github.com/apache/kafka/pull/19699#discussion_r2145495966
##
transaction-coordinator/src/main/java/org/apache/kafka/coordinator/transaction/TransactionMetadata.java:
##
@@ -0,0 +1,723 @@
+/*
+ * Licensed to the Apache Softwar
Yunyung commented on code in PR #19923:
URL: https://github.com/apache/kafka/pull/19923#discussion_r2145732650
##
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##
@@ -2752,9 +2753,8 @@ class ReplicaManagerTest {
val replicaManager =
setUpReplicaManagerW
Yunyung commented on code in PR #19922:
URL: https://github.com/apache/kafka/pull/19922#discussion_r2145732147
##
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##
@@ -5880,13 +5881,9 @@ class ReplicaManagerTest {
topicId = None
)
- val le
OmniaGM commented on PR #15968:
URL: https://github.com/apache/kafka/pull/15968#issuecomment-2970615262
I have raised this https://github.com/apache/kafka/pull/19964 pr, trying to
update `ProducerSendWhileDeletionTest` to cover this case better
--
This is an automated message from the Apa
chia7712 commented on code in PR #19922:
URL: https://github.com/apache/kafka/pull/19922#discussion_r2145771137
##
core/src/test/scala/unit/kafka/server/ReplicaManagerTest.scala:
##
@@ -5880,13 +5881,9 @@ class ReplicaManagerTest {
topicId = None
)
- val l
chia7712 commented on PR #19923:
URL: https://github.com/apache/kafka/pull/19923#issuecomment-2971199645
> I'll create a MINOR to fix it.
@Yunyung yes, please file a minor to fix them
--
This is an automated message from the Apache Git Service.
To respond to the message, please log
chia7712 commented on code in PR #19822:
URL: https://github.com/apache/kafka/pull/19822#discussion_r2145809584
##
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/consumer/ConsumerBounceTest.java:
##
@@ -0,0 +1,802 @@
+/*
+ * Licensed to the Apache Softw
Yunyung opened a new pull request, #19965:
URL: https://github.com/apache/kafka/pull/19965
Change becomeLeaderOrFollower to applyDelta in following test cases:
- testTransactionAddPartitionRetry
- testTransactionVerificationBlocksOutOfOrderSequence
- testTransactionVerificationDy
jolshan commented on code in PR #19699:
URL: https://github.com/apache/kafka/pull/19699#discussion_r2145501061
##
transaction-coordinator/src/main/java/org/apache/kafka/coordinator/transaction/TransactionMetadata.java:
##
@@ -0,0 +1,723 @@
+/*
+ * Licensed to the Apache Software
chia7712 commented on code in PR #19933:
URL: https://github.com/apache/kafka/pull/19933#discussion_r2145520517
##
server/src/main/java/org/apache/kafka/server/transaction/AddPartitionsToTxnManager.java:
##
@@ -243,11 +243,10 @@ public void addOrVerifyTransaction(
chia7712 commented on code in PR #19699:
URL: https://github.com/apache/kafka/pull/19699#discussion_r2145528984
##
transaction-coordinator/src/main/java/org/apache/kafka/coordinator/transaction/TransactionMetadata.java:
##
@@ -0,0 +1,723 @@
+/*
+ * Licensed to the Apache Softwar
jolshan commented on code in PR #19699:
URL: https://github.com/apache/kafka/pull/19699#discussion_r2145501061
##
transaction-coordinator/src/main/java/org/apache/kafka/coordinator/transaction/TransactionMetadata.java:
##
@@ -0,0 +1,723 @@
+/*
+ * Licensed to the Apache Software
lianetm commented on code in PR #19917:
URL: https://github.com/apache/kafka/pull/19917#discussion_r2141084110
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractFetch.java:
##
@@ -470,7 +475,19 @@ protected Map
prepareFetchRequests()
}
jolshan commented on code in PR #19699:
URL: https://github.com/apache/kafka/pull/19699#discussion_r2145476487
##
transaction-coordinator/src/main/java/org/apache/kafka/coordinator/transaction/TransactionMetadata.java:
##
@@ -0,0 +1,723 @@
+/*
+ * Licensed to the Apache Software
lianetm commented on code in PR #19917:
URL: https://github.com/apache/kafka/pull/19917#discussion_r2141104339
##
clients/src/main/java/org/apache/kafka/clients/consumer/internals/AbstractMembershipManager.java:
##
@@ -1135,7 +1134,9 @@ CompletableFuture
revokePartitions(Set pa
jolshan commented on code in PR #19699:
URL: https://github.com/apache/kafka/pull/19699#discussion_r2145476487
##
transaction-coordinator/src/main/java/org/apache/kafka/coordinator/transaction/TransactionMetadata.java:
##
@@ -0,0 +1,723 @@
+/*
+ * Licensed to the Apache Software
jolshan commented on code in PR #19699:
URL: https://github.com/apache/kafka/pull/19699#discussion_r2145476487
##
transaction-coordinator/src/main/java/org/apache/kafka/coordinator/transaction/TransactionMetadata.java:
##
@@ -0,0 +1,723 @@
+/*
+ * Licensed to the Apache Software
jolshan commented on code in PR #19699:
URL: https://github.com/apache/kafka/pull/19699#discussion_r2145501061
##
transaction-coordinator/src/main/java/org/apache/kafka/coordinator/transaction/TransactionMetadata.java:
##
@@ -0,0 +1,723 @@
+/*
+ * Licensed to the Apache Software
aniruddha-navare commented on PR #19785:
URL: https://github.com/apache/kafka/pull/19785#issuecomment-2971030967
@kumarlokesh @Yunyung - Do we have any updates on this ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use
brandboat commented on code in PR #19933:
URL: https://github.com/apache/kafka/pull/19933#discussion_r2145579341
##
server/src/main/java/org/apache/kafka/server/transaction/AddPartitionsToTxnManager.java:
##
@@ -243,11 +243,10 @@ public void addOrVerifyTransaction(
[
https://issues.apache.org/jira/browse/KAFKA-19407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Haruki Okada updated KAFKA-19407:
-
Description:
h2. Environment
* Kafka version: 3.3.2 (But we suppose this issue still exists in
[
https://issues.apache.org/jira/browse/KAFKA-19407?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Haruki Okada updated KAFKA-19407:
-
Description:
h2. Environment
* Kafka version: 3.3.2 (But we suppose this issue still exists in
[
https://issues.apache.org/jira/browse/KAFKA-18729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Lianet Magrans updated KAFKA-18729:
---
Component/s: clients
> Improve consumer check for assigned topics from regex
> -
[
https://issues.apache.org/jira/browse/KAFKA-19397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17973501#comment-17973501
]
Lucas Brutschy commented on KAFKA-19397:
Note that there is some further analysi
chia7712 commented on code in PR #19699:
URL: https://github.com/apache/kafka/pull/19699#discussion_r2145528984
##
transaction-coordinator/src/main/java/org/apache/kafka/coordinator/transaction/TransactionMetadata.java:
##
@@ -0,0 +1,723 @@
+/*
+ * Licensed to the Apache Softwar
[
https://issues.apache.org/jira/browse/KAFKA-19397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17973501#comment-17973501
]
Lucas Brutschy edited comment on KAFKA-19397 at 6/13/25 1:41 PM:
-
[ https://issues.apache.org/jira/browse/KAFKA-19397 ]
Omnia Ibrahim deleted comment on KAFKA-19397:
---
was (Author: omnia_h_ibrahim):
[https://github.com/apache/kafka/pull/19964]
> TransactionManager.handleCompletedBatch throws NPE
> --
k-apol commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2146347071
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -555,21 +560,12 @@ public Set makeReady(final Map topics) {
mjsax commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2146249146
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -555,21 +560,12 @@ public Set makeReady(final Map topics) {
mjsax commented on PR #19913:
URL: https://github.com/apache/kafka/pull/19913#issuecomment-2971922729
One more side comments: if we want to reduce the size of this PR, we could
also do a separate PR that only adds the new exception classes. It would just
add some "dead code" until we use th
mjsax commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2146257048
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -461,15 +469,22 @@ public Set makeReady(final Map topics) {
mjsax commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2146244267
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -555,21 +560,12 @@ public Set makeReady(final Map topics) {
mjsax commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2146256034
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -90,6 +92,8 @@ public InternalTopicManager(final Time time,
mjsax commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2146261373
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -461,15 +469,22 @@ public Set makeReady(final Map topics) {
mjsax commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2146260537
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -74,11 +76,14 @@ public class InternalTopicManager {
private
mjsax commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2146261373
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -461,15 +469,22 @@ public Set makeReady(final Map topics) {
mjsax commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2146263823
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -461,15 +469,22 @@ public Set makeReady(final Map topics) {
mjsax commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2146265222
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -555,21 +560,12 @@ public Set makeReady(final Map topics) {
k-apol commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2146341727
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -555,21 +560,12 @@ public Set makeReady(final Map topics) {
k-apol commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2146343971
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -90,6 +92,8 @@ public InternalTopicManager(final Time time,
k-apol commented on PR #19913:
URL: https://github.com/apache/kafka/pull/19913#issuecomment-2972089424
> One more side comments: if we want to reduce the size of this PR, we could
also do a separate PR that only adds the new exception classes. It would just
add some "dead code" until we use
gongxuanzhang opened a new pull request, #19962:
URL: https://github.com/apache/kafka/pull/19962
about https://issues.apache.org/jira/browse/KAFKA-19406
BTW: whether we should rename `ReplicaManager#updateLeaderAndFollowerMetrics`
--
This is an automated message from the Apache Git
TaiJuWu commented on PR #19699:
URL: https://github.com/apache/kafka/pull/19699#issuecomment-2969548176
@FrankYang0529 Just remainder, there is a conflict.
--
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
[
https://issues.apache.org/jira/browse/KAFKA-17607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17970030#comment-17970030
]
Mickael Maison commented on KAFKA-17607:
The PR has been merged, can we now clos
[
https://issues.apache.org/jira/browse/KAFKA-17645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17970189#comment-17970189
]
Mickael Maison commented on KAFKA-17645:
We're over 1 week after feature freeze
reftel commented on PR #18576:
URL: https://github.com/apache/kafka/pull/18576#issuecomment-2969596240
This was the fix for
[CVE-2025-27817](https://www.cve.org/CVERecord?id=CVE-2025-27817) , right?
--
This is an automated message from the Apache Git Service.
To respond to the message, pl
abhi-ksolves commented on PR #16554:
URL: https://github.com/apache/kafka/pull/16554#issuecomment-2969638341
Hi @mjsax
Sorry for the delay; I got involved in a lot of things.
Will start to review this soon.
--
This is an automated message from the Apache Git Service.
To respond
mimaison commented on PR #19931:
URL: https://github.com/apache/kafka/pull/19931#issuecomment-2969958088
ping @jolshan
--
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 u
aiven-anton commented on PR #17930:
URL: https://github.com/apache/kafka/pull/17930#issuecomment-2970158437
Bumping this one again, possible to get this merged?
--
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
k-apol commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2144965738
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -569,7 +579,7 @@ public Set makeReady(final Map topics) {
k-apol commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2144968721
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -555,21 +560,12 @@ public Set makeReady(final Map topics) {
k-apol commented on code in PR #19913:
URL: https://github.com/apache/kafka/pull/19913#discussion_r2144967161
##
streams/src/main/java/org/apache/kafka/streams/processor/internals/InternalTopicManager.java:
##
@@ -90,6 +92,8 @@ public InternalTopicManager(final Time time,
brandboat commented on PR #19880:
URL: https://github.com/apache/kafka/pull/19880#issuecomment-2970221940
Gentle ping @cadonna, should I open a PR against the 4.1 branch as well?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
cadonna merged PR #19880:
URL: https://github.com/apache/kafka/pull/19880
--
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-18495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17968855#comment-17968855
]
Mickael Maison commented on KAFKA-18495:
I stumbled on this by accident and I do
[
https://issues.apache.org/jira/browse/KAFKA-19404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17969004#comment-17969004
]
Mickael Maison commented on KAFKA-19404:
So in your example, if you wanted isola
chia7712 merged PR #19952:
URL: https://github.com/apache/kafka/pull/19952
--
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 merged PR #19960:
URL: https://github.com/apache/kafka/pull/19960
--
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 PR #19954:
URL: https://github.com/apache/kafka/pull/19954#issuecomment-2969447894
@DL1231 could you please fix the conflicts?
--
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 t
DL1231 commented on PR #19876:
URL: https://github.com/apache/kafka/pull/19876#issuecomment-2969446947
I compared the performance of this patch with the current version in
catch-up read scenarios with tiered storage enabled.
Use command:
> sh kafka-consumer-perf-test.sh --topic topic-t
chia7712 commented on code in PR #19962:
URL: https://github.com/apache/kafka/pull/19962#discussion_r2144435339
##
core/src/main/scala/kafka/server/ReplicaManager.scala:
##
@@ -2201,9 +2201,7 @@ class ReplicaManager(val config: KafkaConfig,
private def updateLeaderAndFollower
[
https://issues.apache.org/jira/browse/KAFKA-19404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17970231#comment-17970231
]
Greg Harris commented on KAFKA-19404:
-
No, both `/var/plugins` and `/var/plugins/nes
showuon commented on PR #18576:
URL: https://github.com/apache/kafka/pull/18576#issuecomment-2969678658
@reftel , yes, and this [PR](https://github.com/apache/kafka/pull/18523) is
the 2nd part of the fix.
--
This is an automated message from the Apache Git Service.
To respond to the messa
[
https://issues.apache.org/jira/browse/KAFKA-19404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17970353#comment-17970353
]
Greg Harris commented on KAFKA-19404:
-
When I say "irrelevant" i don't mean "they ar
apoorvmittal10 commented on PR #19876:
URL: https://github.com/apache/kafka/pull/19876#issuecomment-2969708948
> @frankvicky @apoorvmittal10 PTAL when you get a chance, thanks in advance.
Thanks for the PR, I am a bot occupied with queues as of now. It's on my
list to review, will tak
juha-aiven opened a new pull request, #19963:
URL: https://github.com/apache/kafka/pull/19963
MetadataRequest and MetadataResponse version 0 is still supported. Remove
from README.md mentioning that they're not supported. It's unclear how such a
mention was ever included in the file. It has
[
https://issues.apache.org/jira/browse/KAFKA-19404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17970918#comment-17970918
]
Mickael Maison commented on KAFKA-19404:
Thanks Chris. I realize I did not fully
chia7712 merged PR #19948:
URL: https://github.com/apache/kafka/pull/19948
--
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
gongxuanzhang commented on code in PR #18683:
URL: https://github.com/apache/kafka/pull/18683#discussion_r2144692245
##
clients/src/test/java/org/apache/kafka/common/security/JaasContextTest.java:
##
@@ -224,8 +225,7 @@ public void testDisallowedLoginModulesSystemProperty()
thr
reftel commented on PR #18576:
URL: https://github.com/apache/kafka/pull/18576#issuecomment-2969721002
Thank you!
--
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 unsubsc
[
https://issues.apache.org/jira/browse/KAFKA-17607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chia-Ping Tsai resolved KAFKA-17607.
Fix Version/s: 4.1.0
Resolution: Fixed
> Add CI step to verify LICENSE-binary
> --
[
https://issues.apache.org/jira/browse/KAFKA-16700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17974004#comment-17974004
]
Karsten Stöckmann commented on KAFKA-16700:
---
[~mjsax] I'm sorry for the delay
junrao commented on code in PR #19964:
URL: https://github.com/apache/kafka/pull/19964#discussion_r2146568617
##
clients/src/main/java/org/apache/kafka/clients/producer/internals/Sender.java:
##
@@ -609,7 +607,22 @@ private void handleProduceResponse(ClientResponse
response, Ma
github-actions[bot] commented on PR #19341:
URL: https://github.com/apache/kafka/pull/19341#issuecomment-2972205411
A label of 'needs-attention' was automatically added to this PR in order to
raise the
attention of the committers. Once this issue has been triaged, the `triage`
label
s
github-actions[bot] commented on PR #19912:
URL: https://github.com/apache/kafka/pull/19912#issuecomment-2972205233
A label of 'needs-attention' was automatically added to this PR in order to
raise the
attention of the committers. Once this issue has been triaged, the `triage`
label
s
github-actions[bot] commented on PR #18762:
URL: https://github.com/apache/kafka/pull/18762#issuecomment-2972220727
This PR has been closed since it has not had any activity in 120 days. If
you feel like this
was a mistake, or you would like to continue working on it, please feel free
to
github-actions[bot] closed pull request #18831: MINOR: use placeholders to
replace string concatenation in Metrics log
URL: https://github.com/apache/kafka/pull/18831
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
github-actions[bot] closed pull request #18762: KAFKA-18489 - Fix Connector
tasks metrics task-startup-attempts, task…
URL: https://github.com/apache/kafka/pull/18762
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
UR
github-actions[bot] commented on PR #18831:
URL: https://github.com/apache/kafka/pull/18831#issuecomment-2972220751
This PR has been closed since it has not had any activity in 120 days. If
you feel like this
was a mistake, or you would like to continue working on it, please feel free
to
github-actions[bot] commented on PR #18198:
URL: https://github.com/apache/kafka/pull/18198#issuecomment-2972220664
This PR is being marked as stale since it has not had any activity in 90
days. If you
would like to keep this PR alive, please leave a comment asking for a
review. If the P
github-actions[bot] commented on PR #18350:
URL: https://github.com/apache/kafka/pull/18350#issuecomment-2972220691
This PR is being marked as stale since it has not had any activity in 90
days. If you
would like to keep this PR alive, please leave a comment asking for a
review. If the P
frankvicky merged PR #19954:
URL: https://github.com/apache/kafka/pull/19954
--
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
91 matches
Mail list logo