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
We should first be certain we can write data away before we fetch data.
Case in point, if schaufel consumes from kafka, and can't write to postgres, it first causes a kafka rebalance and then dies if postgres is not available.
This causes endless consumer group rebalancing.
The text was updated successfully, but these errors were encountered:
We should first be certain we can write data away before we fetch data.
Case in point, if schaufel consumes from kafka, and can't write to postgres, it first causes a kafka rebalance and then dies if postgres is not available.
This causes endless consumer group rebalancing.
The text was updated successfully, but these errors were encountered: