You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
app = App(topic_name, broker)
app.conf.consumer_auto_offset_reset = "latest" # earliest latest
app.conf.broker_heartbeat_interval = 60
topic = app.topic(topic_name)
Appears approximately one day after starting Faust Timer Recovery.stats woke up too late and Closing connection
And then Faus seems to have been dead and won't consume any more news
# Versions
* Python version 3.9
* Faust version faust-streaming==0.10.21
* Operating system
* Kafka version
* RocksDB version (if applicable)
The text was updated successfully, but these errors were encountered:
Steps to reproduce
app = App(topic_name, broker)
app.conf.consumer_auto_offset_reset = "latest" # earliest latest
app.conf.broker_heartbeat_interval = 60
topic = app.topic(topic_name)
Appears approximately one day after starting Faust Timer Recovery.stats woke up too late and Closing connection
And then Faus seems to have been dead and won't consume any more news
The text was updated successfully, but these errors were encountered: