We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
前面会根据batchSize进行大key拆分,第一进来的数据会丢失
The text was updated successfully, but these errors were encountered:
如果 批次是0就代表没有被拆分,进来的批次一定会是最后一个,所以不会丢数据的
Sorry, something went wrong.
从这里第一次提交的event batchsize为0 last为false 刚好满足这种情况,这时候第一批数据是一定会丢的,已经测试了
No branches or pull requests
前面会根据batchSize进行大key拆分,第一进来的数据会丢失
The text was updated successfully, but these errors were encountered: