Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
orf authored May 12, 2024
1 parent bd20175 commit 55bc75c
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 @@ -13,8 +13,8 @@ succeed. So you need to detect this (and other errors), keep them in memory, and

But what if your process is asked to exit before these have been sent successfully? What do you do? And how do you
handle a large spike in send failures? You don't want messages to pile up and exhaust your memory, which would result in
you loosing all your messages. So you need some kind of disk buffer. And you need metrics around this, and logging, and
the rest.
you loosing all your messages. So you need some kind of disk buffer. Plus you need metrics around this, logging, and
a bunch of other other stuff.

If you squint a bit, this begins to look a lot like [Vector](https://vector.dev/).

Expand Down

0 comments on commit 55bc75c

Please sign in to comment.