config property

Map<String, String>? config
getter/setter pair

Configurations for the worker that are overridden from the defaults.

The key of the map is a Kafka Connect worker property name, for example: exactly.once.source.support.

Optional.

Implementation

core.Map<core.String, core.String>? config;