Skip to content

Config properties not reflecting in rdkafka #15

Description

@aneee004

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions