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

Config properties not reflecting in rdkafka #15

Open
aneee004 opened this issue Nov 4, 2022 · 0 comments
Open

Config properties not reflecting in rdkafka #15

aneee004 opened this issue Nov 4, 2022 · 0 comments

Comments

@aneee004
Copy link

aneee004 commented Nov 4, 2022

I have added the following config property in my Swift file.

config["bootstrap.servers"] = "localhost:9092"

I tested the property using breakpoint, and it is successfully reflected.

(lldb) po config["bootstrap.servers"]
▿ Optional<String>
  - some : "localhost:9092"

However, I still get the following warning and producer messages do not pass through.

%5|1667541464.556|CONFWARN|rdkafka#producer-1| [thrd:app]: No `bootstrap.servers` configured: client will not be able to connect to Kafka cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant