Whitespace change

This commit is contained in:
Kirk True 2025-10-07 08:54:06 -07:00
parent 2e5a982c1d
commit 68f5bc19d3
1 changed files with 1 additions and 0 deletions

View File

@ -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);