Open Mahamutha opened 4 years ago
Hello,
Is this error related to Faust? It seems like your Kafka is trying to remove a file that does not exist anymore.
Concerning your question, when a consumer group is at an offset that does not exist anymore, in Faust it will use the consumer_auto_offset_reset
option to know what to do: by default reset to the earliest offset.
Checklist
master
branch of Faust.Steps to reproduce
How to prevent the deleting of topic/log file when this error occurs "Error while rolling log segments for ble_rtls-0"? Below is the log policy which I have?
Expected behavior
When the offset is out of range for the partition, the offset gets reset. How to prevent this? What property do I need to set?
Actual behavior
Once the offset range exceeds, the topic gets deleted and faust kafka streaming gets crashed.
Full traceback
Versions