This commit is contained in:
Mikhail Filimonov 2020-05-19 19:02:37 +02:00
parent b50480cbde
commit 34198336ed

View File

@ -135,7 +135,8 @@ Block KafkaBlockInputStream::readImpl()
auto new_rows = read_kafka_message();
// we can't store the offser after rebalance, when consumer is stalled, or if it's terminating
if (!buffer->storeLastReadMessageOffset()) {
if (!buffer->storeLastReadMessageOffset())
{
total_rows = 0;
break;
}