lagom / lagom-recipes

Other
62 stars 35 forks source link

Mixed Cassandra/JPA persistence #7

Closed TimMoore closed 7 years ago

TimMoore commented 7 years ago

This is an example of how to work around the conflict between the Cassandra and JDBC persistence modules by explicitly disabling the JDBC Guice module and re-binding the minimal required components to use a JPA read-side processor.

ignasi35 commented 7 years ago

<3