-
Type: Question
-
Resolution: Incomplete
-
Priority: Unknown
-
None
-
Affects Version/s: 4.4.0, 4.4.1
-
Component/s: Reactive Streams
Summary
i'm using mongodb-driver-reactivestreams to connect to my mongodb server, the version is
4.4.0, i have receive warn alarm some times, i found the alarm interface are connect to the mongodb. my project throw error
and i found the netty info is here
the server version is:
the mongo server is cluster mode, the program connect to the load balance proxy.
my application is reform from a block system to a reactive system, from spring mvc to spring webflux, using kotlin and kotlin coroutines, when i work with the block driver, the issure dosn't appear, when i upgrade to reactive stream version, the error appear occasionally, i have read some code, the driver dosn't log any error message.
Please provide the version of the driver. If applicable, please provide the MongoDB server version and topology (standalone, replica set, or sharded cluster).
i have wrote a mongo adapter to work with mongo server, the mongo adapter inject an mongoClient instance which product by spring
mmy code is here
my prog log is here:
Steps to reproduce. If possible, please include a Short, Self Contained, Correct (Compilable), Example.
Additional Background
Please provide any additional background information that may be helpful in diagnosing the bug.