Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kafka complaining about common unknown properties, regression in 2.14 #29215

Closed
rsvoboda opened this issue Nov 11, 2022 · 2 comments · Fixed by #29216
Closed

Kafka complaining about common unknown properties, regression in 2.14 #29215

rsvoboda opened this issue Nov 11, 2022 · 2 comments · Fixed by #29216
Assignees
Labels
area/kafka kind/bug Something isn't working
Milestone

Comments

@rsvoboda
Copy link
Member

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.

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

@rsvoboda rsvoboda added the kind/bug Something isn't working label Nov 11, 2022
@rsvoboda rsvoboda self-assigned this Nov 11, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Nov 11, 2022

/cc @alesj, @cescoffier, @ozangunalp

@rsvoboda
Copy link
Member Author

I will prepare the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kafka kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants