Harish
Harish

Reputation: 7959

How to build fault-tolerant aggregations in Esper CEP

As per Esper (CEP) docs it is standalone which doesn't connect to any DB or external systems and does all aggregations by keeping minimal past data in memory.

So if I am having an aggregate for last 1 hour window and if the Esper container node dies in between, wouldn't we lose the aggregation data permanently?

How to handle such scenarios with Esper?

Thanks, Harish

Upvotes: 0

Views: 98

Answers (1)

user650839
user650839

Reputation: 2594

Its handled by EsperHA but that is not open source.

Upvotes: 1

Related Questions