-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
We are facing NullPointerException while saving and fetching the data using default codec:
We are using mongo-reactive-client-4.1.1 library, Kotlin for our application tech stack.
The issue is very inconsistent, when one thread try to save it works but when 50 threads try to save it fails with codec encoding issue. Once the encoding issue appeared then most of the request fails.
Note:
Added the error message in comments.
- duplicates
-
JAVA-4334 NullPointerException in org.bson.codecs.Encoder.encode
- Closed