Skip to content

Commit

Permalink
Merge pull request akka#790 from JustinPihony/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in the docs created from a namespace change
  • Loading branch information
patriknw committed Jun 10, 2020
2 parents 2b807e1 + 42563ab commit bca4f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/migrations.md
Expand Up @@ -14,7 +14,7 @@ All driver related configuration e.g. query consistency, query retries etc has b
project's `reference.conf` and now each part of the plugin (journal, snapshot and query) specify a read and write
@extref:[execution profile](java-driver:manual/core/configuration/#execution-profiles) that gives
fine grained control over consistencies and retires for each are. By default all read/write profiles are the same and under
`datastax-java-driver.profile.akka.persistence.cassandra`. The only value in the profile provided by the plugin is setting the `basic.request.consistency`
`datastax-java-driver.profile.akka-persistence-cassandra-profile`. The only value in the profile provided by the plugin is setting the `basic.request.consistency`
to `QUORUM`.

The new driver supports reconnection during initialization which was previously built into the plugin. It is recommended to turn this on with:
Expand Down

0 comments on commit bca4f4b

Please sign in to comment.