akka / akka-persistence-cassandra

A replicated Akka Persistence journal backed by Apache Cassandra
https://doc.akka.io/libraries/akka-persistence-cassandra/current/
Other
328 stars 135 forks source link

ExecutionContext parameter for CassandraSessionRegistry #698

Closed patriknw closed 4 years ago

patriknw commented 4 years ago

@ennru and I talked about the ExecutionContext parameter and it would be nicer to have it in config (part of the configPath section), since it will only be used for the first access when creating the CassandraSession.

patriknw commented 4 years ago

@ennru I'll fix this one, which I believe is good to do before moving the session to Alpakka.