Open
Conversation
✅ Deploy Preview for hardcore-allen-f5257d ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
dmitriyrazboev
approved these changes
Mar 31, 2026
k-jamroz
reviewed
Mar 31, 2026
| Afterwards, the regular fault tolerance mechanism described above is used. | ||
| This option is not supported when processing guarantees are disabled. | ||
|
|
||
| Kafka source is a stateful source—it remembers the last processed offset. |
Contributor
There was a problem hiding this comment.
So to ensure no data loss, enable
setRequireSnapshotBeforeProcessing
this is not always necessary
k-jamroz
reviewed
Mar 31, 2026
| partition count of `271` and journal size of `100,000` the journal only | ||
| has space for `370` events per partitions. | ||
|
|
||
| Map journal source is a stateful source—it remembers the last processed offset. |
Contributor
There was a problem hiding this comment.
So to ensure no data loss
this is not always necessary, eg. with START_FROM_OLDEST, or it might apply in this case only when someone relies on events lost flag.
the docs should be more nuanced
k-jamroz
reviewed
Mar 31, 2026
Co-authored-by: Krzysztof Jamróz <79092062+k-jamroz@users.noreply.github.com>
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.
https://github.com/hazelcast/hazelcast-mono/pull/5956
https://hazelcast.atlassian.net/browse/CTT-996