massenz / go-statemachine

A basic implementation of a Finite State Machine in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

As a User I want to specify the max len of events history

massenz opened this issue · comments

we currently store all events forever; we should allow a Configuration to specify how many Events to keep, as well as a TTL.