Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-03-05 Thread via GitHub
chia7712 merged PR #18918: URL: https://github.com/apache/kafka/pull/18918 -- 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-18804: Remove slf4j warning when using tool script [kafka]

2025-03-03 Thread via GitHub
m1a2st commented on code in PR #18918: URL: https://github.com/apache/kafka/pull/18918#discussion_r1977444283 ## build.gradle: ## @@ -1075,7 +1075,6 @@ project(':core') { from (configurations.runtimeClasspath) { exclude('kafka-clients*') } -from (configurati

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-03-02 Thread via GitHub
Yunyung commented on code in PR #18918: URL: https://github.com/apache/kafka/pull/18918#discussion_r1977013530 ## build.gradle: ## @@ -1075,7 +1075,6 @@ project(':core') { from (configurations.runtimeClasspath) { exclude('kafka-clients*') } -from (configurat

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-03-02 Thread via GitHub
chia7712 commented on code in PR #18918: URL: https://github.com/apache/kafka/pull/18918#discussion_r1976705918 ## build.gradle: ## @@ -1075,7 +1075,6 @@ project(':core') { from (configurations.runtimeClasspath) { exclude('kafka-clients*') } -from (configura

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-03-02 Thread via GitHub
Yunyung commented on code in PR #18918: URL: https://github.com/apache/kafka/pull/18918#discussion_r1976632192 ## build.gradle: ## @@ -2485,7 +2485,9 @@ project(':tools') { from (configurations.runtimeClasspath) { exclude('kafka-clients*') } -from (configura

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-03-01 Thread via GitHub
chia7712 commented on code in PR #18918: URL: https://github.com/apache/kafka/pull/18918#discussion_r1976427462 ## build.gradle: ## @@ -2485,7 +2485,9 @@ project(':tools') { from (configurations.runtimeClasspath) { exclude('kafka-clients*') } -from (configur

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-02-27 Thread via GitHub
Yunyung commented on code in PR #18918: URL: https://github.com/apache/kafka/pull/18918#discussion_r1973445909 ## build.gradle: ## @@ -2485,7 +2485,9 @@ project(':tools') { from (configurations.runtimeClasspath) { exclude('kafka-clients*') } -from (configura

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-02-23 Thread via GitHub
chia7712 commented on code in PR #18918: URL: https://github.com/apache/kafka/pull/18918#discussion_r1966852106 ## build.gradle: ## @@ -2485,7 +2485,9 @@ project(':tools') { from (configurations.runtimeClasspath) { exclude('kafka-clients*') } -from (configur

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-02-22 Thread via GitHub
Yunyung commented on code in PR #18918: URL: https://github.com/apache/kafka/pull/18918#discussion_r1966680545 ## build.gradle: ## @@ -2485,7 +2485,9 @@ project(':tools') { from (configurations.runtimeClasspath) { exclude('kafka-clients*') } -from (configura

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-02-22 Thread via GitHub
Yunyung commented on code in PR #18918: URL: https://github.com/apache/kafka/pull/18918#discussion_r1966680545 ## build.gradle: ## @@ -2485,7 +2485,9 @@ project(':tools') { from (configurations.runtimeClasspath) { exclude('kafka-clients*') } -from (configura

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-02-22 Thread via GitHub
Yunyung commented on code in PR #18918: URL: https://github.com/apache/kafka/pull/18918#discussion_r1966680545 ## build.gradle: ## @@ -2485,7 +2485,9 @@ project(':tools') { from (configurations.runtimeClasspath) { exclude('kafka-clients*') } -from (configura

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-02-22 Thread via GitHub
chia7712 commented on code in PR #18918: URL: https://github.com/apache/kafka/pull/18918#discussion_r198518 ## build.gradle: ## @@ -2485,7 +2485,9 @@ project(':tools') { from (configurations.runtimeClasspath) { exclude('kafka-clients*') } -from (configur

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-02-16 Thread via GitHub
frankvicky commented on PR #18918: URL: https://github.com/apache/kafka/pull/18918#issuecomment-2661398712 At the source code root, you need to complete the `build` or `releaseTarGz` at least first. This will generate a `dependant-libs-2.13.15` directory. Currently, only `core` and `tool

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-02-16 Thread via GitHub
m1a2st commented on PR #18918: URL: https://github.com/apache/kafka/pull/18918#issuecomment-2661393738 > The above warning is handled by [KAFKA-18752](https://issues.apache.org/jira/browse/KAFKA-18752) I'm not referring to this warning. I tested the steps below, and no warning messag

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-02-16 Thread via GitHub
frankvicky commented on PR #18918: URL: https://github.com/apache/kafka/pull/18918#issuecomment-2661387467 Hi @m1a2st You should see the warning of slf4j, but it is different from this one. ``` > Task :core:genProtocolErrorDocs SLF4J: Failed to load class "org.slf4j.impl.StaticLo

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-02-16 Thread via GitHub
Yunyung commented on PR #18918: URL: https://github.com/apache/kafka/pull/18918#issuecomment-2661333030 This should be backported to 4.0, as the same issue happens in 4.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-02-15 Thread via GitHub
frankvicky commented on PR #18918: URL: https://github.com/apache/kafka/pull/18918#issuecomment-2661294072 Hi @chia7712 Could you please take a look when you have a free moment? Many thanks 🙇🏼 -- This is an automated message from the Apache Git Service. To respond to the message, p

[PR] KAFKA-18804: Remove slf4j warning when using tool script [kafka]

2025-02-15 Thread via GitHub
Yunyung opened a new pull request, #18918: URL: https://github.com/apache/kafka/pull/18918 ## Description When running tools scripts, we encounter multiple SLF4J binding warnings. Take kafka-storage.sh as an example: ``` $ ./bin/kafka-storage.sh -h SLF4J: Class path contains