Merge pull request #21769 from tszmytka
* pr/21769: Back-off if a custom ReactiveSessionFactory is defined Closes gh-21769
This commit is contained in:
@@ -55,6 +55,7 @@ public class CassandraReactiveDataAutoConfiguration {
|
||||
}
|
||||
|
||||
@Bean
|
||||
@ConditionalOnMissingBean
|
||||
public ReactiveSessionFactory reactiveCassandraSessionFactory(ReactiveSession reactiveCassandraSession) {
|
||||
return new DefaultReactiveSessionFactory(reactiveCassandraSession);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user