mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Keep on reading of new Kafka messages after stalling (#5852)
This commit is contained in:
parent
271f1807a3
commit
fdae12a51c
@ -49,6 +49,8 @@ void ReadBufferFromKafkaConsumer::commit()
|
||||
"Committed offset " << topic_part.get_offset() << " (topic: " << topic_part.get_topic()
|
||||
<< ", partition: " << topic_part.get_partition() << ")");
|
||||
}
|
||||
|
||||
stalled = false;
|
||||
}
|
||||
|
||||
void ReadBufferFromKafkaConsumer::subscribe(const Names & topics)
|
||||
|
Loading…
Reference in New Issue
Block a user