configs property

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

Configurations for the topic that are overridden from the cluster defaults.

The key of the map is a Kafka topic property name, for example: cleanup.policy, compression.type.

Optional.

Implementation

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