Keep on reading of new Kafka messages after stalling (#5852)

This commit is contained in:
Ivan 2019-07-03 19:51:11 +03:00 committed by GitHub
parent 271f1807a3
commit fdae12a51c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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