mirror of https://github.com/apache/kafka.git
Whitespace change
This commit is contained in:
parent
2e5a982c1d
commit
68f5bc19d3
|
@ -1837,6 +1837,7 @@ public class AsyncKafkaConsumer<K, V> implements ConsumerDelegate<K, V> {
|
|||
}
|
||||
|
||||
log.trace("Polling for fetches with timeout {}", pollTimeout);
|
||||
|
||||
Timer pollTimer = time.timer(pollTimeout);
|
||||
wakeupTrigger.setFetchAction(fetchBuffer);
|
||||
|
||||
|
|
Loading…
Reference in New Issue