We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
4.5.7
When wrong property is given in the Kafka properties it stops doing anything. No error, no logs, no nothing. It also doesn't continue processing.
I have only tested this when setting the property "acks" to "one".
https://github.com/Spanjer1/reproducer-kafka-vertx-config
openjdk version "17.0.10" 2024-01-16 OpenJDK Runtime Environment JBR-17.0.10+1-1087.17-jcef (build 17.0.10+1-b1087.17) OpenJDK 64-Bit Server VM JBR-17.0.10+1-1087.17-jcef (build 17.0.10+1-b1087.17, mixed mode)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
4.5.7
Context
When wrong property is given in the Kafka properties it stops doing anything.
No error, no logs, no nothing. It also doesn't continue processing.
I have only tested this when setting the property "acks" to "one".
Do you have a reproducer?
https://github.com/Spanjer1/reproducer-kafka-vertx-config
Steps to reproduce
https://github.com/Spanjer1/reproducer-kafka-vertx-config/blob/63c44e6962324103bdcbcab884f5030f7f731932/src/main/java/nl/reinspanjer/ProducerVerticle.java#L25
Extra
openjdk version "17.0.10" 2024-01-16
OpenJDK Runtime Environment JBR-17.0.10+1-1087.17-jcef (build 17.0.10+1-b1087.17)
OpenJDK 64-Bit Server VM JBR-17.0.10+1-1087.17-jcef (build 17.0.10+1-b1087.17, mixed mode)
The text was updated successfully, but these errors were encountered: