GitHub user Susmit07 added a comment to the discussion: Pekko Cluster 
Implementation in a Microservice

We are just now trying to solve the exact problem.

There are multiple ways you can solve

- Implement Offset Persistence Using Pekko Persistence. You can read this 
https://pekko.apache.org/docs/pekko-persistence-r2dbc/current/durable-state-store.html
- Implement Offset Persistence Using PVC (persistent k8S volume to store the 
state)
- Use S3 Object Marker Files for Tracking or Redis or a KV store like Dynamo. 
S3 are cheap and extremely durable but there will be a slight added latency

Would wait to hear from you, how you solved the issue


GitHub link: 
https://github.com/apache/pekko/discussions/1275#discussioncomment-10787349

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: 
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to