Consumer

@JsonSerializable
data class Consumer(val name: ConsumerInstance, val format: RecordFormat, @Json(name = "auto.offset.reset") val reset: AutoOffsetReset = latest, @Json(name = "auto.commit.enable") val enableAutocommit: AutoCommitEnable = `true`, @Json(name = "fetch.min.bytes") val minBytes: String? = null, @Json(name = "consumer.request.timeout.ms") val timeout: ConsumerRequestTimeout? = null)

Constructors

Link copied to clipboard
constructor(name: ConsumerInstance, format: RecordFormat, @Json(name = "auto.offset.reset") reset: AutoOffsetReset = latest, @Json(name = "auto.commit.enable") enableAutocommit: AutoCommitEnable = `true`, @Json(name = "fetch.min.bytes") minBytes: String? = null, @Json(name = "consumer.request.timeout.ms") timeout: ConsumerRequestTimeout? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val minBytes: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard