Type

config-entry

A client configuration property.

Free-form key/value rather than an enumerated record: librdkafka accepts several hundred properties and adds more each release, so enumerating them would pin this interface to one version. An unknown or malformed key is reported as invalid-config when the client is opened.

type config-entry = config-entry;