KafkaSharedSubscriptionPropertiesResponse

data class KafkaSharedSubscriptionPropertiesResponse(val groupMinimumShareNumber: Int, val groupName: String)

Kafka Shared Subscription properties

Constructors

constructor(groupMinimumShareNumber: Int, groupName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The minimum number to use in a group for subscription.

Link copied to clipboard

The name of the shared subscription.