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

Invalid Kafka Producer Property makes KafkaProducer.create() hang #272

Open
Spanjer1 opened this issue Jul 11, 2024 · 0 comments
Open

Invalid Kafka Producer Property makes KafkaProducer.create() hang #272

Spanjer1 opened this issue Jul 11, 2024 · 0 comments
Labels

Comments

@Spanjer1
Copy link

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

  1. Put wrong setting like "acks": "one" in Kafka producer properties
  2. nothing happens. System.out.print("Producer is created"); is never run.
    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)

@Spanjer1 Spanjer1 added the bug label Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant