Skip to content

Commit

Permalink
docs: clarifications about exceptions and termination (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
sverrehu authored Feb 29, 2024
1 parent ad94403 commit 4e88d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ defined as the difference between the last produced index and the last
consumed index.

This implementation is intended to be run in a K8s-like environment,
where pods are restarted on failure. Hence, any exception during
runtime will make the application terminate.
where pods are restarted on failure. Hence, non-retriable exceptions
during runtime will make the application terminate.

The lag will be exported as a metric for Prometheus, like this:

Expand Down

0 comments on commit 4e88d0d

Please sign in to comment.