configs

@JvmName(name = "fbulvcmpapmclbkv")
suspend fun configs(value: Output<Map<String, String>>)
@JvmName(name = "gfkblgrggtlbsdgs")
suspend fun configs(value: Map<String, String>?)

Parameters

value

Configuration 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=compact, compression.type=producer.


@JvmName(name = "homwjhfjmeebadml")
fun configs(vararg values: Pair<String, String>)

Parameters

values

Configuration 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=compact, compression.type=producer.