This commit is contained in:
kssenii 2024-02-20 10:24:09 +01:00
parent 0b2c3a7f0f
commit 5ef4a30d6f

View File

@ -129,12 +129,6 @@ Chunk RabbitMQSource::generateImpl()
return {};
}
if (consumer->needChannelUpdate())
{
LOG_TRACE(log, "Channel {} is in error state, will update", consumer->getChannelID());
consumer->updateChannel(storage.getConnection());
}
/// Currently it is one time usage source: to make sure data is flushed
/// strictly by timeout or by block size.
is_finished = true;