-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Reactive Streams
The com.mongodb.reactivestreams.client.ClientSession documentation does not meet the requirements in the client session specification:
ClientSession instances are not thread safe or fork safe. They can only be used by one thread or process at a time.
Drivers MUST document the thread-safety and fork-safety limitations of sessions.
- is related to
-
JAVA-4527 Reactive streams clientSession.startTransaction and then further operations is to easy to create a race condition
- Closed