LiteTopicPartitionConfig

data class LiteTopicPartitionConfig(val capacity: LiteTopicPartitionConfigCapacity? = null, val count: Int)

Constructors

Link copied to clipboard
constructor(capacity: LiteTopicPartitionConfigCapacity? = null, count: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The capacity configuration. Structure is documented below.

Link copied to clipboard
val count: Int

The number of partitions in the topic. Must be at least 1.