Update README - #16
Open
nodejh wants to merge 8 commits into
Open
Conversation
crimson-gao
reviewed
Nov 28, 2023
| 异常,下次也可以从服务端获取断点位置继续消费,保证数据至少消费一次 | ||
| - 精确一次:正常消费过程中,Consumer 会自动处理 Checkpoint 提交逻辑,保证数据精确消费一次;如果出现异常,Consumer | ||
| 将当前消费位点提交至服务端,保证数据不被重复消费 | ||
| - 自动负载均衡:Consumer 会根据当前 ConsumerGroup 的消费者数量和 Shard 数量自动进行负载均衡,保证任意两个消费者持有 Shard |
Contributor
There was a problem hiding this comment.
这里这个保证可以删掉,在负载均衡过程中、异常等情况下可能暂时性地不满足,后续实现也可能回发生变化
crimson-gao
reviewed
Nov 28, 2023
| Shard 的消费断点,接着从断点继续消费数据,进而保证数据不丢失。 | ||
|
|
||
| > not_alloc:该shard可以消费,但是尚未被任何consumer持有。 | ||
| ### 有限状态自动机 |
Contributor
There was a problem hiding this comment.
这一节感觉可以删掉,之前将状态机暴露出来的做法也不是很合适,一个是增加了用户的理解成本,一个是限制了以后的设计变动。对用户的使用上的帮助也不是很大
…, adjust the format.
Author
|
@crimson-gao 已更新。精简了内容,并增加了英文版 README。 |
crimson-gao
approved these changes
Dec 5, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.