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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have added the following config property in my Swift file.
I tested the property using breakpoint, and it is successfully reflected.
However, I still get the following warning and producer messages do not pass through.
The text was updated successfully, but these errors were encountered: