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