JDBC TokenStore

Hi!

In Axon 3 RC1 one can stream events from the evenstore. There is the TokenStore which indicates which Events have already been fetched.
By now there are just implemntations of the TokenStore for JPA and InMemory. Are there plans to write a JdbcTokenStore?

br Bernhard

Hi Berhard,

yes, we are planning to. We’ve decided to ‘tune’ the behavior before implementing any other stores.
Cheers,

Allard