Redis Streams adapter may cause event drops? #5408
Unanswered
RomainFranceschini
asked this question in
Q&A
Replies: 1 comment
-
|
Hi! That's a valid concern. The
If the clients are not able to consume the events fast enough, then even setting Regarding the monitoring, the adapter has an internal |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I use the Redis stream adapter but I'm concerned with event dropping.
AFAIU, since this adapter evicts old entries when adding new events, a greater insertion rate than the read rate would cause event drops.
I guess this is acceptable since the
maxLenconfiguration can be tweaked, but I'm struggling to find a good way to monitor the stream in production and gather valuable data that would help me have a comfortablemaxLenvalue.Am I overthinking this?
Beta Was this translation helpful? Give feedback.
All reactions