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

kafka 模式 rdb解析如果是list、hash等结构会丢失数据 #79

Open
chenqi14 opened this issue May 10, 2022 · 2 comments
Open
Labels
bug Something isn't working

Comments

@chenqi14
Copy link

image

前面会根据batchSize进行大key拆分,第一进来的数据会丢失

@pingxingshikong
Copy link
Member

如果 批次是0就代表没有被拆分,进来的批次一定会是最后一个,所以不会丢数据的

@chenqi14
Copy link
Author

image

从这里第一次提交的event batchsize为0 last为false 刚好满足这种情况,这时候第一批数据是一定会丢的,已经测试了

@pingxingshikong pingxingshikong added the bug Something isn't working label Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants