Thanks Allard.
When I start the project JPA event store is my choise. After doing
more analysis on the application it looks to me that file system
store is a better choice for its simplicity and performance. Our
application is an agent type of application. It handles commands
generating by ticket system to do profile management for a
communication line. The unit of work is not as simple as do and go.
It can go over days and involve devices and proxy server
communication.
When I do the verification on the current Axon File System Store, in
my opinion actually is quite good for applications which do not need a
complicate transaction management for unit of work. But it needs two
basic things which is vital for the file system store. One is
eventSerializer option configuration and another one is folder
structure option configuration. The folder structure issue is really
created by the limitation of the file system. Axon 1.2 is already
provide "eventSeiralizer" option. Thanks for providing a custom
"EventFileResolver" on 1.3.
Best Regards
Dave