Hi guys,
I’m currently evaluating Axonframework for a new project.
I understood that the Token Store needs to exist aside of the Axon Server and there are several options for that (JPA, JDBC, Mongo). I couldn’t make Mongo work by the way, I guess it’s due Framework 4.0.3 being incompatible with axon-mongo 4.0-RC2?
I asked myself, if anybody has ever implemented a Token Store based on Spring Data repos?, as I intend to use Neo4j for views and I would like to avoid adding an additional RDBMS “just” for the Token Store.
Thanks,
Markus