KotlinConsumerConfig

data class KotlinConsumerConfig<K, V>(    val consumerCount: Int = 1,     val topics: List<String>,     val bootstrapServers: List<String>,     val groupId: String)

Constructors

Link copied to clipboard
fun KotlinConsumerConfig(    consumerCount: Int = 1,     topics: List<String>,     bootstrapServers: List<String>,     groupId: String)

Properties

Link copied to clipboard
val bootstrapServers: List<String>
Link copied to clipboard
val consumerCount: Int = 1
Link copied to clipboard
val groupId: String
Link copied to clipboard
val topics: List<String>