Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加对pending状态数据的处理 #6

Closed
chaz6chez opened this issue Aug 8, 2023 · 0 comments
Closed

增加对pending状态数据的处理 #6

chaz6chez opened this issue Aug 8, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@chaz6chez
Copy link
Member

现状

  1. 极端情况下可能存在数据消费成功但未ack
  2. 未ack数据虽然不会被当前消费组消费但存在数据冗余

目标

  1. 将pending数据ack

方案

  1. 在消费者主定时器中增加xClaim逻辑,读取config中的消息最大等待时间
  2. 单独启动一个独立定时器,使用与消费者相同的消费组进行xClaim处理,读取config中的消息最大等待时间
@chaz6chez chaz6chez added the enhancement New feature or request label Aug 24, 2023
chaz6chez added a commit that referenced this issue Nov 23, 2023
close #7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant