Commit 6c926f78 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #21769 from tszmytka

* pr/21769:
  Back-off if a custom ReactiveSessionFactory is defined

Closes gh-21769
parents 9ef9b635 8890660a
......@@ -55,6 +55,7 @@ public class CassandraReactiveDataAutoConfiguration {
}
@Bean
@ConditionalOnMissingBean
public ReactiveSessionFactory reactiveCassandraSessionFactory(ReactiveSession reactiveCassandraSession) {
return new DefaultReactiveSessionFactory(reactiveCassandraSession);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment