Skip to content

Commit

Permalink
Merge pull request #21769 from tszmytka
Browse files Browse the repository at this point in the history
* pr/21769:
  Back-off if a custom ReactiveSessionFactory is defined

Closes gh-21769
  • Loading branch information
snicoll committed Jun 10, 2020
2 parents 9ef9b63 + 8890660 commit 6c926f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public ReactiveSession reactiveCassandraSession(CqlSession session) {
}

@Bean
@ConditionalOnMissingBean
public ReactiveSessionFactory reactiveCassandraSessionFactory(ReactiveSession reactiveCassandraSession) {
return new DefaultReactiveSessionFactory(reactiveCassandraSession);
}
Expand Down

0 comments on commit 6c926f7

Please sign in to comment.