You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kafka complaining about common unknown properties, it's a regression, we had fix #22504 since 2.6
Seems the message slightly changed in the latest Kafka client version.
2022-11-11 15:28:27,279 WARN [org.apa.kaf.cli.con.ConsumerConfig] (Quarkus Main Thread) These configurations '[wildfly.sasl.relax-compliance]' were supplied but are not used yet.
2022-11-11 15:28:27,334 WARN [org.apa.kaf.cli.pro.ProducerConfig] (Quarkus Main Thread) These configurations '[wildfly.sasl.relax-compliance]' were supplied but are not used yet.
Expected behavior
Warning is deffered
Actual behavior
Warning about wildfly.sasl.relax-compliance
How to Reproduce?
Run app with kafka client
Output of uname -a or ver
macOS
Output of java -version
Java 17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.14.0.Final
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Kafka complaining about common unknown properties, it's a regression, we had fix #22504 since 2.6
Seems the message slightly changed in the latest Kafka client version.
Expected behavior
Warning is deffered
Actual behavior
Warning about
wildfly.sasl.relax-compliance
How to Reproduce?
Run app with kafka client
Output of
uname -a
orver
macOS
Output of
java -version
Java 17
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.14.0.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: