Replies: 3 comments 3 replies
-
As discussed in #814 before, you'll have to decide for yourself how you want to achieve exactly-once processing for your system. Indeed you'd have to keep state somewhere - either using Pekko Persistence (e.g. https://pekko.apache.org/docs/pekko/current/typed/index-persistence-durable-state.html). But as you're already working with HDFS and S3, perhaps you could store something or derive where to continue from there? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you guys, you people are the hope for developer still adapting or new to this framework .. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I tested this functionality
But actually its processing from the first one again, in other words no offset is maintained.
Does pekko out of the box supports exactly once or we need to maintain the state in a PersistentVolumes / DB like a key value store along with Pekko Persistence module
Awaiting response
Beta Was this translation helpful? Give feedback.
All reactions