Replies: 3 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
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.
-
Thank you guys, you people are the hope for developer still adapting or new to this framework .. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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