Hi team, I have a concern we are using datahub act...
# all-things-deployment
c
Hi team, I have a concern we are using datahub action framework in order to replicate entities and their aspects from one central instance to another one. Suppose I have scnerio, where events are failed to process due to some components failure , how can we make sure events that happen at the time of failure will also get process .
d
@bulky-soccer-26729 Would love your help here!
c
@bulky-soccer-26729 I can see action framework always start from latest offset Is there is any option to start from some point on time or beginning ?
a
hey Karishma! so I believe the actions framework simply polls for events via a kafka consumer, so I don't believe you can go back in time or specify to start from a previous period of time since Kafka is producing a queue of events. have you applied the retry count to your actions to see if you can retry an action when something fails in the pipeline?
c
Actually we are using failure mode throw
Suppose my action framework pod got crashed the msg that happen at that particular time will get lost
How can we ensure there is no data loss
Any suggestions @gentle-night-56466 and @bulky-soccer-26729