Hi everyone,
currently we use a JPA based Event Store and use XStream to serialize the events. We consider moving to the JsonSerializer, but with both solutions we wonder how to store binary data like PDF documents.
Putting them as binary data into xml or Jain feels cumbersome.
Are there any best practices how to deal with this issue?
Thanks!
Kind regards
Oliver