pop消费存在丢消息的可能性 #9607
              
                Unanswered
              
          
                  
                    
                      iamzhoug37
                    
                  
                
                  asked this question in
                Q&A
              
            
            
              pop消费存在丢消息的可能性
            
            #9607
          
          
        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.
-
如果broker把消息推送给proxy,但proxy并没有收到,这种情况下,只能依靠被动超时到期投递重试队列,才可以拿到消息,如果group的超时时间设置的特别长,那么有可能会导致这条数据已经被truncate掉了,这个时候就会丢消息,即使不丢,也会导致这条消息的实时性受到影响,请问这种情况怎么处理呢?
Beta Was this translation helpful? Give feedback.
All reactions