[GitHub] [kafka] dengziming commented on pull request #12112: MINOR: Fix flaky testDescribeUnderReplicatedPartitions

2022-05-05 Thread GitBox
dengziming commented on PR #12112: URL: https://github.com/apache/kafka/pull/12112#issuecomment-1119266873 @showuon I have updated it, though @divijvaidya provided a good suggestion, we still have a more generic solution for this kind of flakiness. [see details here](https://github.com/apac

[GitHub] [kafka] dengziming commented on a diff in pull request #12112: MINOR: Fix flaky testDescribeUnderReplicatedPartitions

2022-05-05 Thread GitBox
dengziming commented on code in PR #12112: URL: https://github.com/apache/kafka/pull/12112#discussion_r866494535 ## core/src/test/scala/integration/kafka/admin/TopicCommandIntegrationTest.scala: ## @@ -586,11 +586,14 @@ class TopicCommandIntegrationTest extends KafkaServerTestH

[GitHub] [kafka] vamossagar12 commented on a diff in pull request #12104: KAFKA-13746: Attempt to fix flaky test by waiting to fetch 2 topics f…

2022-05-05 Thread GitBox
vamossagar12 commented on code in PR #12104: URL: https://github.com/apache/kafka/pull/12104#discussion_r866489041 ## core/src/test/scala/integration/kafka/admin/TopicCommandIntegrationTest.scala: ## @@ -733,12 +733,18 @@ class TopicCommandIntegrationTest extends KafkaServerTes

[GitHub] [kafka] vamossagar12 commented on pull request #12104: KAFKA-13746: Attempt to fix flaky test by waiting to fetch 2 topics f…

2022-05-05 Thread GitBox
vamossagar12 commented on PR #12104: URL: https://github.com/apache/kafka/pull/12104#issuecomment-1119258638 > Details @guozhangwang , Thanks for pointing it out. I will take a look at this and make another commit which should re-trigger the build. -- This is an automated message f

[GitHub] [kafka] ahuang98 closed pull request #12123: KAFKA-13830 Introduce metadata.version for KRaft

2022-05-05 Thread GitBox
ahuang98 closed pull request #12123: KAFKA-13830 Introduce metadata.version for KRaft URL: https://github.com/apache/kafka/pull/12123 -- 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 com

[GitHub] [kafka] showuon commented on pull request #12112: MINOR: Fix flaky testDescribeUnderReplicatedPartitions

2022-05-05 Thread GitBox
showuon commented on PR #12112: URL: https://github.com/apache/kafka/pull/12112#issuecomment-1119226457 @dengziming , it's fine, we can improve the tests anyway. I agree your fix is better. Let's address @divijvaidya 's comment. Thanks. -- This is an automated message from the Apache Git

[jira] [Resolved] (KAFKA-13854) Refactor ApiVersion to MetadataVersion

2022-05-05 Thread dengziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13854?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dengziming resolved KAFKA-13854. Resolution: Fixed > Refactor ApiVersion to MetadataVersion > -

[jira] [Created] (KAFKA-13880) DefaultStreamPartitioner may get "stuck" to one partition for unkeyed messages

2022-05-05 Thread Artem Livshits (Jira)
Artem Livshits created KAFKA-13880: -- Summary: DefaultStreamPartitioner may get "stuck" to one partition for unkeyed messages Key: KAFKA-13880 URL: https://issues.apache.org/jira/browse/KAFKA-13880 Pr

[GitHub] [kafka] artemlivshits commented on a diff in pull request #12049: KAFKA-10888: Sticky partition leads to uneven produce msg

2022-05-05 Thread GitBox
artemlivshits commented on code in PR #12049: URL: https://github.com/apache/kafka/pull/12049#discussion_r866402725 ## clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java: ## @@ -1403,25 +1452,54 @@ public boolean isDone() { } /** - * A cal

[GitHub] [kafka] YiDing-Duke commented on a diff in pull request #9874: KAFKA-7340: Migrate clients module to JUnit 5

2022-05-05 Thread GitBox
YiDing-Duke commented on code in PR #9874: URL: https://github.com/apache/kafka/pull/9874#discussion_r866399744 ## clients/src/test/java/org/apache/kafka/common/security/authenticator/SaslAuthenticatorFailureDelayTest.java: ## @@ -228,12 +213,8 @@ private NioEchoServer createEch

[GitHub] [kafka] rittikaadhikari commented on a diff in pull request #12005: KAFKA-13803: Refactor Leader API Access

2022-05-05 Thread GitBox
rittikaadhikari commented on code in PR #12005: URL: https://github.com/apache/kafka/pull/12005#discussion_r866395929 ## core/src/main/scala/kafka/server/AbstractFetcherThread.scala: ## @@ -51,6 +51,7 @@ import scala.math._ */ abstract class AbstractFetcherThread(name: String

[GitHub] [kafka] junrao commented on a diff in pull request #12049: KAFKA-10888: Sticky partition leads to uneven produce msg

2022-05-05 Thread GitBox
junrao commented on code in PR #12049: URL: https://github.com/apache/kafka/pull/12049#discussion_r866393904 ## clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java: ## @@ -1403,25 +1452,54 @@ public boolean isDone() { } /** - * A callback c

[jira] [Assigned] (KAFKA-13879) Exponential backoff for reconnect does not work

2022-05-05 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13879?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang reassigned KAFKA-13879: - Assignee: Chern Yih Cheah > Exponential backoff for reconnect does not work > -

[GitHub] [kafka] junrao commented on a diff in pull request #12005: KAFKA-13803: Refactor Leader API Access

2022-05-05 Thread GitBox
junrao commented on code in PR #12005: URL: https://github.com/apache/kafka/pull/12005#discussion_r866389159 ## core/src/main/scala/kafka/server/AbstractFetcherThread.scala: ## @@ -51,6 +51,7 @@ import scala.math._ */ abstract class AbstractFetcherThread(name: String,

[GitHub] [kafka] artemlivshits commented on a diff in pull request #12049: KAFKA-10888: Sticky partition leads to uneven produce msg

2022-05-05 Thread GitBox
artemlivshits commented on code in PR #12049: URL: https://github.com/apache/kafka/pull/12049#discussion_r866386035 ## clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java: ## @@ -1403,25 +1452,54 @@ public boolean isDone() { } /** - * A cal

[GitHub] [kafka] guozhangwang closed pull request #11917: KAFKA-13785: [8/N][emit final] time-ordered session store

2022-05-05 Thread GitBox
guozhangwang closed pull request #11917: KAFKA-13785: [8/N][emit final] time-ordered session store URL: https://github.com/apache/kafka/pull/11917 -- 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

[GitHub] [kafka] guozhangwang merged pull request #12127: KAFKA-13785: [8/N][emit final] time-ordered session store

2022-05-05 Thread GitBox
guozhangwang merged PR #12127: URL: https://github.com/apache/kafka/pull/12127 -- 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.ap

[GitHub] [kafka] guozhangwang commented on a diff in pull request #12128: KAFKA-10199: Implement adding active tasks to the state updater

2022-05-05 Thread GitBox
guozhangwang commented on code in PR #12128: URL: https://github.com/apache/kafka/pull/12128#discussion_r866368735 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStateUpdater.java: ## @@ -0,0 +1,373 @@ +/* + * Licensed to the Apache Software Foundat

[GitHub] [kafka] guozhangwang merged pull request #12128: KAFKA-10199: Implement adding active tasks to the state updater

2022-05-05 Thread GitBox
guozhangwang merged PR #12128: URL: https://github.com/apache/kafka/pull/12128 -- 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.ap

[GitHub] [kafka] rittikaadhikari commented on a diff in pull request #12005: KAFKA-13803: Refactor Leader API Access

2022-05-05 Thread GitBox
rittikaadhikari commented on code in PR #12005: URL: https://github.com/apache/kafka/pull/12005#discussion_r866371951 ## core/src/main/scala/kafka/server/AbstractFetcherThread.scala: ## @@ -51,6 +51,7 @@ import scala.math._ */ abstract class AbstractFetcherThread(name: String

[GitHub] [kafka] junrao commented on a diff in pull request #12005: KAFKA-13803: Refactor Leader API Access

2022-05-05 Thread GitBox
junrao commented on code in PR #12005: URL: https://github.com/apache/kafka/pull/12005#discussion_r866357178 ## core/src/main/scala/kafka/server/AbstractFetcherThread.scala: ## @@ -51,6 +51,7 @@ import scala.math._ */ abstract class AbstractFetcherThread(name: String,

[GitHub] [kafka] frosiere commented on pull request #12125: KAFKA-13864: provide the construct interceptor for KafkaProducer and KafkaConsumer

2022-05-05 Thread GitBox
frosiere commented on PR #12125: URL: https://github.com/apache/kafka/pull/12125#issuecomment-1119022631 Tests and checks are failing. -- 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

[jira] [Commented] (KAFKA-13864) Change the visibility of a KafkaProducer and KafkaConsumer constructor

2022-05-05 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-13864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532518#comment-17532518 ] François Rosière commented on KAFKA-13864: -- Thanks for the PR. I added some com

[GitHub] [kafka] frosiere commented on a diff in pull request #12125: KAFKA-13864: provide the construct interceptor for KafkaProducer and KafkaConsumer

2022-05-05 Thread GitBox
frosiere commented on code in PR #12125: URL: https://github.com/apache/kafka/pull/12125#discussion_r866287593 ## clients/src/main/java/org/apache/kafka/clients/consumer/KafkaConsumer.java: ## @@ -663,12 +663,38 @@ public KafkaConsumer(Properties properties, public KafkaCon

[GitHub] [kafka] cadonna opened a new pull request, #12128: KAFKA-10199: Implement adding active tasks to the state updater

2022-05-05 Thread GitBox
cadonna opened a new pull request, #12128: URL: https://github.com/apache/kafka/pull/12128 This PR adds the default implementation of the state updater. The implementation only implements adding active tasks to the state updater. ### Committer Checklist (excluded from commit mess

[jira] [Commented] (KAFKA-13877) Flaky RackAwarenessIntegrationTest.shouldDistributeStandbyReplicasOverMultipleClientTags

2022-05-05 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532480#comment-17532480 ] Guozhang Wang commented on KAFKA-13877: --- Thanks [~lkokhreidze]! > Flaky > RackAw

[GitHub] [kafka] rittikaadhikari commented on a diff in pull request #12005: KAFKA-13803: Refactor Leader API Access

2022-05-05 Thread GitBox
rittikaadhikari commented on code in PR #12005: URL: https://github.com/apache/kafka/pull/12005#discussion_r866208728 ## core/src/main/scala/kafka/server/AbstractFetcherThread.scala: ## @@ -51,6 +51,7 @@ import scala.math._ */ abstract class AbstractFetcherThread(name: String

[GitHub] [kafka] rittikaadhikari commented on a diff in pull request #12005: KAFKA-13803: Refactor Leader API Access

2022-05-05 Thread GitBox
rittikaadhikari commented on code in PR #12005: URL: https://github.com/apache/kafka/pull/12005#discussion_r866206202 ## core/src/main/scala/kafka/server/AbstractFetcherThread.scala: ## @@ -51,6 +51,7 @@ import scala.math._ */ abstract class AbstractFetcherThread(name: String

[jira] [Created] (KAFKA-13879) Exponential backoff for reconnect does not work

2022-05-05 Thread Chern Yih Cheah (Jira)
Chern Yih Cheah created KAFKA-13879: --- Summary: Exponential backoff for reconnect does not work Key: KAFKA-13879 URL: https://issues.apache.org/jira/browse/KAFKA-13879 Project: Kafka Issue T

[GitHub] [kafka] junrao commented on a diff in pull request #12005: KAFKA-13803: Refactor Leader API Access

2022-05-05 Thread GitBox
junrao commented on code in PR #12005: URL: https://github.com/apache/kafka/pull/12005#discussion_r866200194 ## core/src/main/scala/kafka/server/AbstractFetcherThread.scala: ## @@ -51,6 +51,7 @@ import scala.math._ */ abstract class AbstractFetcherThread(name: String,

[GitHub] [kafka] rittikaadhikari commented on pull request #12005: KAFKA-13803: Refactor Leader API Access

2022-05-05 Thread GitBox
rittikaadhikari commented on PR #12005: URL: https://github.com/apache/kafka/pull/12005#issuecomment-1118915061 @junrao: Thank you for the comments. Whenever you get a chance, this PR is ready for review again! -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [kafka] junrao commented on a diff in pull request #12049: KAFKA-10888: Sticky partition leads to uneven produce msg

2022-05-05 Thread GitBox
junrao commented on code in PR #12049: URL: https://github.com/apache/kafka/pull/12049#discussion_r866194199 ## clients/src/main/java/org/apache/kafka/clients/producer/internals/BuiltInPartitioner.java: ## @@ -0,0 +1,297 @@ +/* + * Licensed to the Apache Software Foundation (ASF

[jira] [Assigned] (KAFKA-13877) Flaky RackAwarenessIntegrationTest.shouldDistributeStandbyReplicasOverMultipleClientTags

2022-05-05 Thread Levani Kokhreidze (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Levani Kokhreidze reassigned KAFKA-13877: - Assignee: Levani Kokhreidze > Flaky > RackAwarenessIntegrationTest.shouldDistr

[jira] [Commented] (KAFKA-13877) Flaky RackAwarenessIntegrationTest.shouldDistributeStandbyReplicasOverMultipleClientTags

2022-05-05 Thread Levani Kokhreidze (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532474#comment-17532474 ] Levani Kokhreidze commented on KAFKA-13877: --- I will take this on.  > Flaky >

[GitHub] [kafka] junrao commented on a diff in pull request #12049: KAFKA-10888: Sticky partition leads to uneven produce msg

2022-05-05 Thread GitBox
junrao commented on code in PR #12049: URL: https://github.com/apache/kafka/pull/12049#discussion_r866191785 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStreamPartitioner.java: ## @@ -25,12 +23,15 @@ private final Cluster cluster; pri

[GitHub] [kafka] junrao commented on a diff in pull request #12049: KAFKA-10888: Sticky partition leads to uneven produce msg

2022-05-05 Thread GitBox
junrao commented on code in PR #12049: URL: https://github.com/apache/kafka/pull/12049#discussion_r866187547 ## clients/src/main/java/org/apache/kafka/clients/producer/KafkaProducer.java: ## @@ -1403,25 +1452,54 @@ public boolean isDone() { } /** - * A callback c

[GitHub] [kafka] guozhangwang commented on pull request #12104: KAFKA-13746: Attempt to fix flaky test by waiting to fetch 2 topics f…

2022-05-05 Thread GitBox
guozhangwang commented on PR #12104: URL: https://github.com/apache/kafka/pull/12104#issuecomment-1118887691 Thanks @vamossagar12 , the failed tests still contains `testDescribeUnderMinIsrPartitionsMixed(String).quorum=zk](https://ci-builds.apache.org/job/Kafka/job/kafka-pr/job/PR-12104/4/te

[jira] [Commented] (KAFKA-8769) Consider computing stream time independently per key

2022-05-05 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532427#comment-17532427 ] Matthias J. Sax commented on KAFKA-8769: Just a "random" comment, based on some o

[jira] [Updated] (KAFKA-13878) Connect deadlock in WorkerConnector on desired state change

2022-05-05 Thread Greg Harris (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Harris updated KAFKA-13878: Component/s: KafkaConnect > Connect deadlock in WorkerConnector on desired state change >

[jira] [Created] (KAFKA-13878) Connect deadlock in WorkerConnector on desired state change

2022-05-05 Thread Greg Harris (Jira)
Greg Harris created KAFKA-13878: --- Summary: Connect deadlock in WorkerConnector on desired state change Key: KAFKA-13878 URL: https://issues.apache.org/jira/browse/KAFKA-13878 Project: Kafka Is

[jira] [Updated] (KAFKA-13877) Flaky RackAwarenessIntegrationTest.shouldDistributeStandbyReplicasOverMultipleClientTags

2022-05-05 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-13877: -- Labels: newbie (was: ) > Flaky > RackAwarenessIntegrationTest.shouldDistributeStandbyReplica

[jira] [Created] (KAFKA-13877) Flaky RackAwarenessIntegrationTest.shouldDistributeStandbyReplicasOverMultipleClientTags

2022-05-05 Thread Guozhang Wang (Jira)
Guozhang Wang created KAFKA-13877: - Summary: Flaky RackAwarenessIntegrationTest.shouldDistributeStandbyReplicasOverMultipleClientTags Key: KAFKA-13877 URL: https://issues.apache.org/jira/browse/KAFKA-13877

[GitHub] [kafka] junrao commented on a diff in pull request #12049: KAFKA-10888: Sticky partition leads to uneven produce msg

2022-05-05 Thread GitBox
junrao commented on code in PR #12049: URL: https://github.com/apache/kafka/pull/12049#discussion_r866131407 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/DefaultStreamPartitioner.java: ## @@ -25,12 +23,15 @@ private final Cluster cluster; pri

[GitHub] [kafka] guozhangwang commented on pull request #12127: KAFKA-13785: [7/N][Emit final] emit final for sliding window

2022-05-05 Thread GitBox
guozhangwang commented on PR #12127: URL: https://github.com/apache/kafka/pull/12127#issuecomment-1118838068 cc @lihaosky @mjsax @vvcephei -- 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

[GitHub] [kafka] guozhangwang commented on pull request #11917: KAFKA-13785: [8/N][emit final] time-ordered session store

2022-05-05 Thread GitBox
guozhangwang commented on PR #11917: URL: https://github.com/apache/kafka/pull/11917#issuecomment-1118837108 The copy PR is here: https://github.com/apache/kafka/pull/12127 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[GitHub] [kafka] guozhangwang commented on pull request #12037: KAFKA-13785: [7/N][Emit final] emit final for sliding window

2022-05-05 Thread GitBox
guozhangwang commented on PR #12037: URL: https://github.com/apache/kafka/pull/12037#issuecomment-1118836834 https://github.com/apache/kafka/pull/12127 -- 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

[GitHub] [kafka] guozhangwang opened a new pull request, #12127: KAFKA-13785: [7/N][Emit final] emit final for sliding window

2022-05-05 Thread GitBox
guozhangwang opened a new pull request, #12127: URL: https://github.com/apache/kafka/pull/12127 This is a copy PR of #11917. The major diffs are: 1) Avoid extra byte array allocation for fixed upper/lower range serialization. 2) Rename some class names to be more consistent.

[GitHub] [kafka] guozhangwang commented on a diff in pull request #11917: KAFKA-13785: [8/N][emit final] time-ordered session store

2022-05-05 Thread GitBox
guozhangwang commented on code in PR #11917: URL: https://github.com/apache/kafka/pull/11917#discussion_r865488275 ## streams/src/main/java/org/apache/kafka/streams/state/internals/RocksDBTimeOrderedSessionSegmentedBytesStore.java: ## @@ -0,0 +1,136 @@ +/* + * Licensed to the Ap

[GitHub] [kafka] rittikaadhikari commented on a diff in pull request #12005: KAFKA-13803: Refactor Leader API Access

2022-05-05 Thread GitBox
rittikaadhikari commented on code in PR #12005: URL: https://github.com/apache/kafka/pull/12005#discussion_r866120522 ## core/src/main/scala/kafka/server/AbstractFetcherThread.scala: ## @@ -51,6 +51,7 @@ import scala.math._ */ abstract class AbstractFetcherThread(name: String

[GitHub] [kafka] junrao commented on a diff in pull request #12005: KAFKA-13803: Refactor Leader API Access

2022-05-05 Thread GitBox
junrao commented on code in PR #12005: URL: https://github.com/apache/kafka/pull/12005#discussion_r865419210 ## core/src/main/scala/kafka/server/LeaderEndPoint.scala: ## @@ -0,0 +1,106 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor

[GitHub] [kafka] mumrah commented on pull request #12050: KAFKA-13830 MetadataVersion integration for KRaft controller

2022-05-05 Thread GitBox
mumrah commented on PR #12050: URL: https://github.com/apache/kafka/pull/12050#issuecomment-1118712139 @dengziming @cmccabe I've updated this PR with the changes from #12072. I've also modified the bootstrap mechanism to use a file with the KRaft snapshot format rather than a property in me

[jira] [Updated] (KAFKA-13876) Mirrormaker-2 consumer settings not working

2022-05-05 Thread Christian Bates (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Bates updated KAFKA-13876: Description: I am starting a mirrormaker connect cluster using ./bin/connect-mirror-maker.

[jira] [Updated] (KAFKA-13876) Mirrormaker-2 consumer settings not working

2022-05-05 Thread Christian Bates (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Bates updated KAFKA-13876: Description: I am starting a mirrormaker connect cluster using ./bin/connect-mirror-maker.

[jira] [Updated] (KAFKA-13876) Mirrormaker-2 consumer settings not working

2022-05-05 Thread Christian Bates (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Bates updated KAFKA-13876: Description: I am starting a mirrormaker connect cluster using ./bin/connect-mirror-maker.

[jira] [Updated] (KAFKA-13876) Mirrormaker-2 consumer settings not working

2022-05-05 Thread Christian Bates (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christian Bates updated KAFKA-13876: Description: I am starting a mirrormaker connect cluster using ./bin/connect-mirror-maker.

[jira] [Created] (KAFKA-13876) Mirrormaker-2 consumer settings not working

2022-05-05 Thread Christian Bates (Jira)
Christian Bates created KAFKA-13876: --- Summary: Mirrormaker-2 consumer settings not working Key: KAFKA-13876 URL: https://issues.apache.org/jira/browse/KAFKA-13876 Project: Kafka Issue Type:

[GitHub] [kafka] dengziming commented on a diff in pull request #12108: KAFKA-13862: Support Append/Subtract multiple config values in KRaft mode

2022-05-05 Thread GitBox
dengziming commented on code in PR #12108: URL: https://github.com/apache/kafka/pull/12108#discussion_r865580075 ## core/src/test/scala/integration/kafka/api/PlaintextAdminIntegrationTest.scala: ## @@ -1751,13 +1777,32 @@ class PlaintextAdminIntegrationTest extends BaseAdminInt

[jira] [Assigned] (KAFKA-13871) The documentation for the configuration item QUORUM_FETCH_TIMEOUT of the RaftConfig class is incorrect

2022-05-05 Thread yingquan he (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] yingquan he reassigned KAFKA-13871: --- Assignee: (was: yingquan he) > The documentation for the configuration item QUORUM_FETC

[GitHub] [kafka] pan3793 opened a new pull request, #12126: KAFKA-8713 KIP-581: Add new conf serialize.accept.optional.null in connect-json

2022-05-05 Thread GitBox
pan3793 opened a new pull request, #12126: URL: https://github.com/apache/kafka/pull/12126 See details on KAFKA-8713 and KIP-581 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ]

[jira] [Updated] (KAFKA-13864) Change the visibility of a KafkaProducer and KafkaConsumer constructor

2022-05-05 Thread lqjacklee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] lqjacklee updated KAFKA-13864: -- Attachment: (was: interceptor_constructor_client.patch) > Change the visibility of a KafkaProducer

[jira] [Commented] (KAFKA-13864) Change the visibility of a KafkaProducer and KafkaConsumer constructor

2022-05-05 Thread lqjacklee (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13864?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532216#comment-17532216 ] lqjacklee commented on KAFKA-13864: --- [~frosiere]  [~cadonna]  please help review the c

[GitHub] [kafka] lqjack opened a new pull request, #12125: provide the construct interceptor for KafkaProducer and KafkaConsumer

2022-05-05 Thread GitBox
lqjack opened a new pull request, #12125: URL: https://github.com/apache/kafka/pull/12125 *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testing

[GitHub] [kafka] konL opened a new pull request, #12124: rename isDone to hasComplete

2022-05-05 Thread GitBox
konL opened a new pull request, #12124: URL: https://github.com/apache/kafka/pull/12124 I used deep learning to discover that the method 'isDone' changed in 4af50bb8600c37ee2e3597fba9a54a29cef94afa. The code snippet before and after the change is as follows. ``` public boolean isDon

[jira] [Commented] (KAFKA-13872) Partitions are truncated when leader is replaced

2022-05-05 Thread Jack Vanlightly (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532122#comment-17532122 ] Jack Vanlightly commented on KAFKA-13872: - I presume you would need to perform a

[GitHub] [kafka] dengziming commented on pull request #12109: KAFKA-13863: Prevent null config value when create topic in KRaft mode

2022-05-05 Thread GitBox
dengziming commented on PR #12109: URL: https://github.com/apache/kafka/pull/12109#issuecomment-1118264999 @cmccabe, Yeah, it's unnecessary to change `ReplicationControlManager`, however, there is still a difference, in KRaft mode, the null config value is treated as removing configs, so cr

[jira] [Commented] (KAFKA-13872) Partitions are truncated when leader is replaced

2022-05-05 Thread Francois Visconte (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532092#comment-17532092 ] Francois Visconte commented on KAFKA-13872: --- I was expecting the partition to