rixed / ramen

A stream processing language and compiler for small-scale monitoring
Other
14 stars 4 forks source link

Kafka reader deadloop when buffer has reached max capacity #1454

Closed rixed closed 1 year ago

rixed commented 1 year ago

After the failure the buffer is not reset, thus the next line is likely to triger the exact same error, and now all lines are going to trigger the error.