cannot find symbol: method streamFactoryFactory(NettyStreamFactoryFactory)
I was facing the above issue while trying to upgrade spring 2.x to 3.x
@Bean
MongoClientSettingsBuilderCustomizer clientSettingsBuilderCustomizer() {
return builder -> builder.streamFactoryFactory(NettyStreamFactoryFactory.builder().build());
}
Tried the following:
How to enable ssl in reactive mongodb client in spring boot?
New contributor
Kanchan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.