[GitHub] [kafka] mdedetrich commented on pull request #12728: KAFKA-14132; Replace EasyMock with Mockito in StandaloneHerderTest

2022-10-31 Thread GitBox
mdedetrich commented on PR #12728: URL: https://github.com/apache/kafka/pull/12728#issuecomment-1298085160 @C0urante Due to a conflict I rebased this test off of `origin/trunk` and there was a merge conflict due to the `StandaloneHerderTest` being updated, just make sure you check the botto

[jira] [Commented] (KAFKA-14337) topic name with "." cannot be created after deletion

2022-10-31 Thread thanhnd96 (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626972#comment-17626972 ] thanhnd96 commented on KAFKA-14337: --- thank you [~showuon] !!! > topic name with "." c

[GitHub] [kafka] philipnee opened a new pull request, #12807: Add FindCoordinator and Commit Functionalities

2022-10-31 Thread GitBox
philipnee opened a new pull request, #12807: URL: https://github.com/apache/kafka/pull/12807 [KAFKA-14264](https://issues.apache.org/jira/browse/KAFKA-14264) In this PR we are adding 1. Commit feature and moving the callback invocation to the application level, so that it can be execut

[GitHub] [kafka] gharris1727 commented on pull request #12806: KAFKA-14345: Fix flakiness with more accurate bound in DynamicConnectionQuotaTest

2022-10-31 Thread GitBox
gharris1727 commented on PR #12806: URL: https://github.com/apache/kafka/pull/12806#issuecomment-1297970309 cc @apovzner @splett2 for awareness of this bound change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [kafka] gharris1727 opened a new pull request, #12806: KAFKA-14345: Fix flakiness with more accurate bound in DynamicConnectionQuotaTest

2022-10-31 Thread GitBox
gharris1727 opened a new pull request, #12806: URL: https://github.com/apache/kafka/pull/12806 Signed-off-by: Greg Harris The existing hard-coded error bound in the test is inaccurate, such that certain patterns of request arrival cause this test to exceed the bound slightly. Thi

[jira] [Created] (KAFKA-14345) Flakey DynamicConnectionQuotaTest should use correct error bounds

2022-10-31 Thread Greg Harris (Jira)
Greg Harris created KAFKA-14345: --- Summary: Flakey DynamicConnectionQuotaTest should use correct error bounds Key: KAFKA-14345 URL: https://issues.apache.org/jira/browse/KAFKA-14345 Project: Kafka

[GitHub] [kafka] hachikuji commented on a diff in pull request #12776: KAFKA-14327: Unify KRaft snapshot generation between broker and controller

2022-10-31 Thread GitBox
hachikuji commented on code in PR #12776: URL: https://github.com/apache/kafka/pull/12776#discussion_r1009809439 ## metadata/src/test/java/org/apache/kafka/controller/ClusterControlManagerTest.java: ## @@ -467,36 +467,41 @@ public void testIterator(MetadataVersion metadataVersio

[GitHub] [kafka] C0urante merged pull request #12725: KAFKA-14132; Replace EasyMock with Mockito ConnectorsResourceTest

2022-10-31 Thread GitBox
C0urante merged PR #12725: URL: https://github.com/apache/kafka/pull/12725 -- 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

[GitHub] [kafka] C0urante merged pull request #12789: KAFKA-13989: Errors while evaluating connector type should return UNKNOWN

2022-10-31 Thread GitBox
C0urante merged PR #12789: URL: https://github.com/apache/kafka/pull/12789 -- 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

[GitHub] [kafka] mdedetrich commented on a diff in pull request #12725: KAFKA-14132; Replace EasyMock with Mockito ConnectorsResourceTest

2022-10-31 Thread GitBox
mdedetrich commented on code in PR #12725: URL: https://github.com/apache/kafka/pull/12725#discussion_r1009811060 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/rest/resources/ConnectorsResourceTest.java: ## @@ -262,127 +254,96 @@ public void testFullExpandCon

[GitHub] [kafka] C0urante commented on pull request #12666: KAFKA-14244: Add guard against accidental calls to halt JVM during testing

2022-10-31 Thread GitBox
C0urante commented on PR #12666: URL: https://github.com/apache/kafka/pull/12666#issuecomment-1297554373 @ijuma Sorry for the delay. The tradeoff involved is whether we want to account for direct calls to `System::exit` or not. If we're confident enough in our review process to catch

[GitHub] [kafka] vvcephei merged pull request #12775: KAFKA-14247: add handler impl to the prototype

2022-10-31 Thread GitBox
vvcephei merged PR #12775: URL: https://github.com/apache/kafka/pull/12775 -- 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

[GitHub] [kafka] vvcephei commented on pull request #12775: KAFKA-14247: add handler impl to the prototype

2022-10-31 Thread GitBox
vvcephei commented on PR #12775: URL: https://github.com/apache/kafka/pull/12775#issuecomment-1297534916 All right, thanks for that fix, @philipnee ! This time, the failures look unrelated: ``` Build / JDK 11 and Scala 2.13 / kafka.api.TransactionsTest.testFailureToFence

[GitHub] [kafka] C0urante commented on a diff in pull request #12735: Replace EasyMock and PowerMock with Mockito in connect/runtime/ErrorHandlingTaskTest | KAFKA-14059

2022-10-31 Thread GitBox
C0urante commented on code in PR #12735: URL: https://github.com/apache/kafka/pull/12735#discussion_r1009729516 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/ErrorHandlingTaskTest.java: ## @@ -374,30 +350,40 @@ public void testErrorHandlingInSourceTasks() thr

[GitHub] [kafka] gharris1727 commented on a diff in pull request #12789: KAFKA-13989: Errors while evaluating connector type should return UNKNOWN

2022-10-31 Thread GitBox
gharris1727 commented on code in PR #12789: URL: https://github.com/apache/kafka/pull/12789#discussion_r1009699428 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/AbstractHerderTest.java: ## @@ -108,7 +109,7 @@ public class AbstractHerderTest { CONN1_C

[GitHub] [kafka] gharris1727 commented on pull request #10475: KAFKA-12610: Implement PluginClassLoader::getResource

2022-10-31 Thread GitBox
gharris1727 commented on PR #10475: URL: https://github.com/apache/kafka/pull/10475#issuecomment-129767 Superseded by #12805. -- 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 comm

[GitHub] [kafka] gharris1727 opened a new pull request, #12805: KAFKA-12610: Implement PluginClassLoader::getResource

2022-10-31 Thread GitBox
gharris1727 opened a new pull request, #12805: URL: https://github.com/apache/kafka/pull/12805 Copied from original PR #10475: The default implementation, which is inheritted from ClassLoader, searches the classloader tree from parent first. This causes issues when the resource is

[GitHub] [kafka] C0urante commented on a diff in pull request #12789: KAFKA-13989: Errors while evaluating connector type should return UNKNOWN

2022-10-31 Thread GitBox
C0urante commented on code in PR #12789: URL: https://github.com/apache/kafka/pull/12789#discussion_r1009675386 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/AbstractHerderTest.java: ## @@ -108,7 +109,7 @@ public class AbstractHerderTest { CONN1_CONF

[GitHub] [kafka] C0urante commented on a diff in pull request #12725: KAFKA-14132; Replace EasyMock with Mockito ConnectorsResourceTest

2022-10-31 Thread GitBox
C0urante commented on code in PR #12725: URL: https://github.com/apache/kafka/pull/12725#discussion_r1009671725 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/rest/resources/ConnectorsResourceTest.java: ## @@ -899,250 +750,199 @@ public void testFenceZombiesW

[GitHub] [kafka] OmniaGM commented on a diff in pull request #12577: KAFKA-13401: KIP-787 - MM2 manage Kafka resources with custom Admin implementation.

2022-10-31 Thread GitBox
OmniaGM commented on code in PR #12577: URL: https://github.com/apache/kafka/pull/12577#discussion_r1009669418 ## connect/mirror/src/test/java/org/apache/kafka/connect/mirror/integration/MirrorConnectorsWithCustomForwardingAdminIntegrationTest.java: ## @@ -0,0 +1,553 @@ +/* + *

[GitHub] [kafka] OmniaGM opened a new pull request, #12804: [Minior] [Test] KAFKA-14344 : Build EmbeddedKafkaCluster with common configs used for all clients

2022-10-31 Thread GitBox
OmniaGM opened a new pull request, #12804: URL: https://github.com/apache/kafka/pull/12804 jira [KAFKA-14344](https://issues.apache.org/jira/browse/KAFKA-14344) This pr will simplify setting up MM2 integration test with AclAuthorizer enabled *More detailed description of your chan

[GitHub] [kafka] C0urante commented on a diff in pull request #12725: KAFKA-14132; Replace EasyMock with Mockito ConnectorsResourceTest

2022-10-31 Thread GitBox
C0urante commented on code in PR #12725: URL: https://github.com/apache/kafka/pull/12725#discussion_r1009666486 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/rest/resources/ConnectorsResourceTest.java: ## @@ -841,55 +702,45 @@ public void testRestartConnector

[GitHub] [kafka] C0urante commented on a diff in pull request #12725: KAFKA-14132; Replace EasyMock with Mockito ConnectorsResourceTest

2022-10-31 Thread GitBox
C0urante commented on code in PR #12725: URL: https://github.com/apache/kafka/pull/12725#discussion_r1009665839 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/rest/resources/ConnectorsResourceTest.java: ## @@ -262,127 +254,96 @@ public void testFullExpandConne

[GitHub] [kafka] gharris1727 commented on a diff in pull request #12789: KAFKA-13989: Errors while evaluating connector type should return UNKNOWN

2022-10-31 Thread GitBox
gharris1727 commented on code in PR #12789: URL: https://github.com/apache/kafka/pull/12789#discussion_r1009665594 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/AbstractHerderTest.java: ## @@ -192,6 +193,41 @@ public void testConnectorStatus() { Conn

[GitHub] [kafka] C0urante commented on a diff in pull request #12725: KAFKA-14132; Replace EasyMock with Mockito ConnectorsResourceTest

2022-10-31 Thread GitBox
C0urante commented on code in PR #12725: URL: https://github.com/apache/kafka/pull/12725#discussion_r1009655795 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/rest/resources/ConnectorsResourceTest.java: ## @@ -262,127 +254,96 @@ public void testFullExpandConne

[jira] [Updated] (KAFKA-14344) Improve MM2 integration test by building EmbeddedKafkaCluster with common configs used for all clients

2022-10-31 Thread Omnia Ibrahim (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Omnia Ibrahim updated KAFKA-14344: -- Component/s: mirrormaker > Improve MM2 integration test by building EmbeddedKafkaCluster with

[jira] [Updated] (KAFKA-14344) Improve MM2 integration test by building EmbeddedKafkaCluster with common configs used for all clients

2022-10-31 Thread Omnia Ibrahim (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14344?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Omnia Ibrahim updated KAFKA-14344: -- Summary: Improve MM2 integration test by building EmbeddedKafkaCluster with common configs use

[GitHub] [kafka] hachikuji merged pull request #12798: MINOR: Reduce tries in RecordsIteratorTest to improve build time

2022-10-31 Thread GitBox
hachikuji merged PR #12798: URL: https://github.com/apache/kafka/pull/12798 -- 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.apach

[jira] [Created] (KAFKA-14344) Build EmbeddedKafkaCluster with common configs used for all clients

2022-10-31 Thread Omnia Ibrahim (Jira)
Omnia Ibrahim created KAFKA-14344: - Summary: Build EmbeddedKafkaCluster with common configs used for all clients Key: KAFKA-14344 URL: https://issues.apache.org/jira/browse/KAFKA-14344 Project: Kafka

[GitHub] [kafka] C0urante commented on a diff in pull request #12725: KAFKA-14132; Replace EasyMock with Mockito ConnectorsResourceTest

2022-10-31 Thread GitBox
C0urante commented on code in PR #12725: URL: https://github.com/apache/kafka/pull/12725#discussion_r1009539544 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/rest/resources/ConnectorsResourceTest.java: ## @@ -153,19 +157,23 @@ public class ConnectorsResourceT

[GitHub] [kafka] C0urante commented on pull request #12784: KAFKA-14339 : Do not perform prodcuerCommit on serializationError when trying offsetWriter flush

2022-10-31 Thread GitBox
C0urante commented on PR #12784: URL: https://github.com/apache/kafka/pull/12784#issuecomment-1297203987 @sudeshwasnik Good point. I think with the code base as it is right now, we do get the invariant that asynchronous failures occur if and only if an offset is dispatched to `Producer::sen

[GitHub] [kafka] LinShunKang commented on pull request #12545: KIP-863: Reduce Fetcher#parseRecord() memory copy

2022-10-31 Thread GitBox
LinShunKang commented on PR #12545: URL: https://github.com/apache/kafka/pull/12545#issuecomment-1297164414 @showuon @guozhangwang @C0urante PTAL : ) -- 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

[GitHub] [kafka] LinShunKang commented on a diff in pull request #12545: KIP-863: Reduce Fetcher#parseRecord() memory copy

2022-10-31 Thread GitBox
LinShunKang commented on code in PR #12545: URL: https://github.com/apache/kafka/pull/12545#discussion_r1009466849 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/Fetcher.java: ## @@ -1413,22 +1414,19 @@ private ConsumerRecord parseRecord(TopicPartition par

[GitHub] [kafka] LinShunKang commented on a diff in pull request #12545: KIP-863: Reduce Fetcher#parseRecord() memory copy

2022-10-31 Thread GitBox
LinShunKang commented on code in PR #12545: URL: https://github.com/apache/kafka/pull/12545#discussion_r1009465243 ## clients/src/main/java/org/apache/kafka/common/serialization/Deserializer.java: ## @@ -60,6 +62,17 @@ default T deserialize(String topic, Headers headers, byte[]

[GitHub] [kafka] cadonna commented on a diff in pull request #12771: KAFKA-14299: Handle TaskCorruptedException during initialization

2022-10-31 Thread GitBox
cadonna commented on code in PR #12771: URL: https://github.com/apache/kafka/pull/12771#discussion_r1009446157 ## streams/src/test/java/org/apache/kafka/streams/processor/internals/TaskManagerTest.java: ## @@ -1432,7 +1432,36 @@ public void shouldRethrowTaskCorruptedExceptionFr

[GitHub] [kafka] cadonna commented on a diff in pull request #12771: KAFKA-14299: Handle TaskCorruptedException during initialization

2022-10-31 Thread GitBox
cadonna commented on code in PR #12771: URL: https://github.com/apache/kafka/pull/12771#discussion_r1009441403 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java: ## @@ -810,10 +810,19 @@ private void transitRestoredTaskToRunning(final Task ta

[GitHub] [kafka] cadonna commented on a diff in pull request #12771: KAFKA-14299: Handle TaskCorruptedException during initialization

2022-10-31 Thread GitBox
cadonna commented on code in PR #12771: URL: https://github.com/apache/kafka/pull/12771#discussion_r1009441403 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java: ## @@ -810,10 +810,19 @@ private void transitRestoredTaskToRunning(final Task ta

[GitHub] [kafka] cadonna commented on a diff in pull request #12771: KAFKA-14299: Handle TaskCorruptedException during initialization

2022-10-31 Thread GitBox
cadonna commented on code in PR #12771: URL: https://github.com/apache/kafka/pull/12771#discussion_r1009425293 ## streams/src/main/java/org/apache/kafka/streams/processor/internals/TaskManager.java: ## @@ -810,10 +810,19 @@ private void transitRestoredTaskToRunning(final Task ta

[GitHub] [kafka] cadonna commented on a diff in pull request #12684: KAFKA-14254; Format timestamps as dates in logs

2022-10-31 Thread GitBox
cadonna commented on code in PR #12684: URL: https://github.com/apache/kafka/pull/12684#discussion_r1009410493 ## clients/src/main/java/org/apache/kafka/common/utils/Utils.java: ## @@ -1450,4 +1453,15 @@ public static String[] enumOptions(Class> enumClass) { .to

[GitHub] [kafka] dengziming commented on a diff in pull request #12711: MINOR: Skip snapshot header footer

2022-10-31 Thread GitBox
dengziming commented on code in PR #12711: URL: https://github.com/apache/kafka/pull/12711#discussion_r1009380357 ## shell/src/test/java/org/apache/kafka/shell/MetadataShellTest.java: ## @@ -0,0 +1,156 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more

[GitHub] [kafka] vamossagar12 opened a new pull request, #12803: KAFKA-13602: Adding ability to multicast records.

2022-10-31 Thread GitBox
vamossagar12 opened a new pull request, #12803: URL: https://github.com/apache/kafka/pull/12803 This PR implements [KIP-837](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=211883356) which enhances StreamPartitioner to multicast records. -- This is an automated message

[GitHub] [kafka] mdedetrich commented on pull request #12675: KAFKA-14256: Upgrade from Scala 2.13.8 to 2.13.10

2022-10-31 Thread GitBox
mdedetrich commented on PR #12675: URL: https://github.com/apache/kafka/pull/12675#issuecomment-1296985623 I was busy last week so I didn't have time for it, will try to look later this week -- This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [kafka] divijvaidya commented on a diff in pull request #12735: Replace EasyMock and PowerMock with Mockito in connect/runtime/ErrorHandlingTaskTest | KAFKA-14059

2022-10-31 Thread GitBox
divijvaidya commented on code in PR #12735: URL: https://github.com/apache/kafka/pull/12735#discussion_r1009324268 ## connect/runtime/src/test/java/org/apache/kafka/connect/runtime/ErrorHandlingTaskTest.java: ## @@ -374,30 +350,40 @@ public void testErrorHandlingInSourceTasks()

[GitHub] [kafka] dengziming closed pull request #11017: KAFKA-12950 Replace EasyMock and PowerMock with Mockito for KafkaStream

2022-10-31 Thread GitBox
dengziming closed pull request #11017: KAFKA-12950 Replace EasyMock and PowerMock with Mockito for KafkaStream URL: https://github.com/apache/kafka/pull/11017 -- 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

[GitHub] [kafka] divijvaidya commented on pull request #12465: KAFKA-12950: Replace EasyMock and PowerMock with Mockito for KafkaStreamsTest

2022-10-31 Thread GitBox
divijvaidya commented on PR #12465: URL: https://github.com/apache/kafka/pull/12465#issuecomment-1296957526 @dengziming yes please. It can be closed. -- 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

[GitHub] [kafka] vamossagar12 commented on pull request #12802: KAFKA-14311: Connect Worker clean shutdown does not cleanly stop connectors/tasks

2022-10-31 Thread GitBox
vamossagar12 commented on PR #12802: URL: https://github.com/apache/kafka/pull/12802#issuecomment-1296940738 @C0urante , can you plz review this small-ish PR? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [kafka] vamossagar12 opened a new pull request, #12802: KAFKA-14311: Connect Worker clean shutdown does not cleanly stop connectors/tasks

2022-10-31 Thread GitBox
vamossagar12 opened a new pull request, #12802: URL: https://github.com/apache/kafka/pull/12802 When the DistributedHerder::stop() method called, it triggers asynchronous shutdown of the background herder thread, and continues with synchronous shutdown of some other resources, including the

[GitHub] [kafka] omkreddy commented on pull request #12675: KAFKA-14256: Upgrade from Scala 2.13.8 to 2.13.10

2022-10-31 Thread GitBox
omkreddy commented on PR #12675: URL: https://github.com/apache/kafka/pull/12675#issuecomment-1296868004 @mdedetrich any update here? let us know if you need any help. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [kafka] Scanteianu commented on a diff in pull request #12753: MINOR: Document Offset and Partition 0-indexing, fix typo

2022-10-31 Thread GitBox
Scanteianu commented on code in PR #12753: URL: https://github.com/apache/kafka/pull/12753#discussion_r1009237373 ## core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala: ## @@ -694,6 +694,76 @@ class PlaintextConsumerTest extends BaseConsumerTest { assertE

[GitHub] [kafka] lucasbru opened a new pull request, #12801: KAFKA-14309: FK join upgrades not tested with DEV_VERSION

2022-10-31 Thread GitBox
lucasbru opened a new pull request, #12801: URL: https://github.com/apache/kafka/pull/12801 [KAFKA-14343](https://issues.apache.org/jira/browse/KAFKA-14343): Upgrade tests for state updater A test that verifies the upgrade from a version of Streams with state updater disabled to a vers

[jira] [Created] (KAFKA-14343) Write upgrade/downgrade tests for enabling the state updater

2022-10-31 Thread Lucas Brutschy (Jira)
Lucas Brutschy created KAFKA-14343: -- Summary: Write upgrade/downgrade tests for enabling the state updater Key: KAFKA-14343 URL: https://issues.apache.org/jira/browse/KAFKA-14343 Project: Kafka

[GitHub] [kafka] Scanteianu commented on a diff in pull request #12753: MINOR: Document Offset and Partition 0-indexing, fix typo

2022-10-31 Thread GitBox
Scanteianu commented on code in PR #12753: URL: https://github.com/apache/kafka/pull/12753#discussion_r1009197631 ## core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala: ## @@ -694,6 +694,76 @@ class PlaintextConsumerTest extends BaseConsumerTest { assertE

[GitHub] [kafka] Scanteianu commented on a diff in pull request #12753: MINOR: Document Offset and Partition 0-indexing, fix typo

2022-10-31 Thread GitBox
Scanteianu commented on code in PR #12753: URL: https://github.com/apache/kafka/pull/12753#discussion_r1009200035 ## core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala: ## @@ -694,6 +694,73 @@ class PlaintextConsumerTest extends BaseConsumerTest { assertE

[GitHub] [kafka] Scanteianu commented on a diff in pull request #12753: MINOR: Document Offset and Partition 0-indexing, fix typo

2022-10-31 Thread GitBox
Scanteianu commented on code in PR #12753: URL: https://github.com/apache/kafka/pull/12753#discussion_r1009197631 ## core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala: ## @@ -694,6 +694,76 @@ class PlaintextConsumerTest extends BaseConsumerTest { assertE

[GitHub] [kafka] Scanteianu commented on a diff in pull request #12753: MINOR: Document Offset and Partition 0-indexing, fix typo

2022-10-31 Thread GitBox
Scanteianu commented on code in PR #12753: URL: https://github.com/apache/kafka/pull/12753#discussion_r1009197852 ## core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala: ## @@ -694,6 +694,76 @@ class PlaintextConsumerTest extends BaseConsumerTest { assertE

[GitHub] [kafka] yashmayya commented on pull request #12800: KAFKA-14342: KafkaOffsetBackingStore should clear offsets for source partitions on tombstone messages

2022-10-31 Thread GitBox
yashmayya commented on PR #12800: URL: https://github.com/apache/kafka/pull/12800#issuecomment-1296770120 @C0urante, @sidd1809 could you please take a look at this small fix / improvement whenever you get a chance? -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [kafka] yashmayya opened a new pull request, #12800: KAFKA-14342: KafkaOffsetBackingStore should clear offsets for source partitions on tombstone messages

2022-10-31 Thread GitBox
yashmayya opened a new pull request, #12800: URL: https://github.com/apache/kafka/pull/12800 - https://issues.apache.org/jira/browse/KAFKA-14342 - [KafkaOffsetBackingStore](https://github.com/apache/kafka/blob/56d588d55ac313c0efca586a3bcd984c99a89018/connect/runtime/src/main/java/org/apac

[GitHub] [kafka] dajac merged pull request #12799: MINOR: Fix producer.id.expiration.check.interval.ms definition

2022-10-31 Thread GitBox
dajac merged PR #12799: URL: https://github.com/apache/kafka/pull/12799 -- 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

[GitHub] [kafka] Scanteianu commented on a diff in pull request #12753: MINOR: Document Offset and Partition 0-indexing, fix typo

2022-10-31 Thread GitBox
Scanteianu commented on code in PR #12753: URL: https://github.com/apache/kafka/pull/12753#discussion_r1009132503 ## core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala: ## @@ -694,6 +694,73 @@ class PlaintextConsumerTest extends BaseConsumerTest { assertE

[jira] [Created] (KAFKA-14342) KafkaOffsetBackingStore should clear offsets for source partitions on tombstone messages

2022-10-31 Thread Yash Mayya (Jira)
Yash Mayya created KAFKA-14342: -- Summary: KafkaOffsetBackingStore should clear offsets for source partitions on tombstone messages Key: KAFKA-14342 URL: https://issues.apache.org/jira/browse/KAFKA-14342

[GitHub] [kafka] dajac commented on pull request #12748: KAFKA-13715: add generationId field in subscription

2022-10-31 Thread GitBox
dajac commented on PR #12748: URL: https://github.com/apache/kafka/pull/12748#issuecomment-1296693798 Will review it this week. Thanks for 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 to

[GitHub] [kafka] showuon commented on pull request #12639: KAFKA-14242: use mock managers to avoid duplicated resource allocation

2022-10-31 Thread GitBox
showuon commented on PR #12639: URL: https://github.com/apache/kafka/pull/12639#issuecomment-1296684059 @hachikuji @mumrah , please take a look. 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 above to

[GitHub] [kafka] showuon commented on pull request #12711: MINOR: Skip snapshot header footer

2022-10-31 Thread GitBox
showuon commented on PR #12711: URL: https://github.com/apache/kafka/pull/12711#issuecomment-1296683138 @dengziming @jsancio , call for review. 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 above to g

[GitHub] [kafka] showuon commented on pull request #12748: KAFKA-13715: add generationId field in subscription

2022-10-31 Thread GitBox
showuon commented on PR #12748: URL: https://github.com/apache/kafka/pull/12748#issuecomment-1296682750 @dajac @guozhangwang , call for review. 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 above to g

[jira] [Commented] (KAFKA-14337) topic name with "." cannot be created after deletion

2022-10-31 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626438#comment-17626438 ] Luke Chen commented on KAFKA-14337: --- [~thanhnd96] , this bug fix will be in Kafka v3.3

[GitHub] [kafka] showuon commented on pull request #12796: MINOR: Add test case for topic recreation with collision chars

2022-10-31 Thread GitBox
showuon commented on PR #12796: URL: https://github.com/apache/kafka/pull/12796#issuecomment-1296676515 Thanks for helping adding the tests, @hachikuji ! -- 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

[GitHub] [kafka] showuon commented on a diff in pull request #12753: MINOR: Document Offset and Partition 0-indexing, fix typo

2022-10-31 Thread GitBox
showuon commented on code in PR #12753: URL: https://github.com/apache/kafka/pull/12753#discussion_r1009083247 ## core/src/test/scala/integration/kafka/api/PlaintextConsumerTest.scala: ## @@ -694,6 +694,73 @@ class PlaintextConsumerTest extends BaseConsumerTest { assertEqua