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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
18 matches
Mail list logo