mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update ReadBufferFromKafkaConsumer.cpp
This commit is contained in:
parent
a67993e0f6
commit
c14a8d65e7
@ -176,11 +176,10 @@ void ReadBufferFromKafkaConsumer::commit()
|
||||
}
|
||||
else
|
||||
{
|
||||
LOG_TRACE(log,"Nothing to commit.");
|
||||
LOG_TRACE(log, "Nothing to commit.");
|
||||
}
|
||||
|
||||
offsets_stored = 0;
|
||||
|
||||
stalled = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user