According to some research about Lagom and Cassandra, I found that:
Lagom uses DataStax Java Driver for Cassandra, and
DataStax Java Driver only supports Cassandra 3.0.x (link)
So, if I want to use Cassandra 3.11 and Lagom, what should I do:
- Should I configure Lagom with another Cassandra driver like Achilles, PlayORM, ... (link). Is that possible?
- is DataStax support Cassandra 3.11 in the enterprise edition?
Any help, please?