Redis Streams adapter may cause event drops? #5408
              
                Unanswered
              
          
                  
                    
                      RomainFranceschini
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 0 comments
  
    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