Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-17 Thread via GitHub
mimaison merged PR #13201: URL: https://github.com/apache/kafka/pull/13201 -- 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

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-16 Thread via GitHub
mimaison commented on PR #13201: URL: https://github.com/apache/kafka/pull/13201#issuecomment-1764452479 With the latest updates it's not failing anymore on my laptop. I'll let the Apache CI run before merging. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-16 Thread via GitHub
OmniaGM commented on PR #13201: URL: https://github.com/apache/kafka/pull/13201#issuecomment-1764360877 > @OmniaGM thanks for the updates. I'm getting a test failure in TopicCommandIntegrationTest: > > ``` > Gradle Test Run :tools:test > Gradle Test Executor 31 > TopicCommandInteg

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-16 Thread via GitHub
mimaison commented on PR #13201: URL: https://github.com/apache/kafka/pull/13201#issuecomment-1764319701 @OmniaGM thanks for the updates. I'm getting a test failure in TopicCommandIntegrationTest: ``` Gradle Test Run :tools:test > Gradle Test Executor 31 > TopicCommandIntegrationTest

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-16 Thread via GitHub
OmniaGM commented on code in PR #13201: URL: https://github.com/apache/kafka/pull/13201#discussion_r1360418599 ## core/src/test/scala/unit/kafka/utils/TestUtils.scala: ## @@ -2395,6 +2395,8 @@ object TestUtils extends Logging { ) def unexpectedThreads: Set[String] =

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-16 Thread via GitHub
mimaison commented on code in PR #13201: URL: https://github.com/apache/kafka/pull/13201#discussion_r1360412557 ## tools/src/main/java/org/apache/kafka/tools/ToolsUtils.java: ## @@ -123,4 +125,21 @@ public static void validateBootstrapServer(String hostPort) throws IllegalArgum

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-13 Thread via GitHub
OmniaGM commented on code in PR #13201: URL: https://github.com/apache/kafka/pull/13201#discussion_r1358474706 ## tools/src/test/java/org/apache/kafka/tools/TopicCommandTest.java: ## @@ -0,0 +1,283 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-13 Thread via GitHub
OmniaGM commented on code in PR #13201: URL: https://github.com/apache/kafka/pull/13201#discussion_r1358474161 ## tools/src/test/java/org/apache/kafka/tools/TopicCommandIntegrationTest.java: ## @@ -0,0 +1,1050 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-13 Thread via GitHub
OmniaGM commented on code in PR #13201: URL: https://github.com/apache/kafka/pull/13201#discussion_r1358473808 ## tools/src/test/java/org/apache/kafka/tools/TopicCommandIntegrationTest.java: ## @@ -0,0 +1,1050 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-13 Thread via GitHub
OmniaGM commented on code in PR #13201: URL: https://github.com/apache/kafka/pull/13201#discussion_r1358473310 ## tools/src/test/java/org/apache/kafka/tools/TopicCommandIntegrationTest.java: ## @@ -0,0 +1,1050 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-13 Thread via GitHub
OmniaGM commented on code in PR #13201: URL: https://github.com/apache/kafka/pull/13201#discussion_r1358472785 ## checkstyle/import-control.xml: ## @@ -286,6 +289,8 @@ + + Review Comment: not any more I needed them at some point while converting fro

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-13 Thread via GitHub
OmniaGM commented on code in PR #13201: URL: https://github.com/apache/kafka/pull/13201#discussion_r1358468634 ## tools/src/main/java/org/apache/kafka/tools/TopicCommand.java: ## @@ -0,0 +1,1007 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * co

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-13 Thread via GitHub
OmniaGM commented on code in PR #13201: URL: https://github.com/apache/kafka/pull/13201#discussion_r1358471763 ## tools/src/main/java/org/apache/kafka/tools/TopicCommand.java: ## @@ -0,0 +1,1007 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * co

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-10 Thread via GitHub
OmniaGM commented on PR #13201: URL: https://github.com/apache/kafka/pull/13201#issuecomment-1755578715 @mimaison fixed the compilation issue. I spotted another one with Java21 and fixed it as well. -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-09 Thread via GitHub
mimaison commented on PR #13201: URL: https://github.com/apache/kafka/pull/13201#issuecomment-1753360551 @OmniaGM Thanks for the update. I've not had time to take a look yet but noticed there's a compilation failure: ``` > Task :tools:compileTestJava /home/jenkins/jenkins-agent

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-05 Thread via GitHub
OmniaGM commented on PR #13201: URL: https://github.com/apache/kafka/pull/13201#issuecomment-1749188089 > @OmniaGM Thanks for the PR. Can you rebase on trunk to resolve the conflicts? Updated the pr waiting now for the pipeline to pass -- This is an automated message from the Apach

Re: [PR] KAFKA-14596: Move TopicCommand to tools [kafka]

2023-10-03 Thread via GitHub
mimaison commented on PR #13201: URL: https://github.com/apache/kafka/pull/13201#issuecomment-1744639271 @OmniaGM Thanks for the PR. Can you rebase on trunk to resolve the conflicts? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi