We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7bf80c commit e427727Copy full SHA for e427727
Sources/Kafka/Configuration/KafkaConsumerConfiguration.swift
@@ -191,7 +191,7 @@ public struct KafkaConsumerConfiguration {
191
/// The maximum amount of time the server will block before answering the fetch request
192
/// there isn’t sufficient data to immediately satisfy the requirement given by fetch.min.bytes.
193
/// Default: `.milliseconds(500)`
194
- public var maximumFetchWaitTime: Duration = .milliseconds(500) {
+ public var maximumFetchWaitTime: Duration = .milliseconds(500) {
195
didSet {
196
if maximumFetchWaitTime != .zero {
197
precondition(
0 commit comments