Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.19.1
-
None
-
None
Description
In our use case, the MongoDB connector is causing a bottle neck, and we see improved performance by implementing a custom mongodb sink. Looking at the code of the flink-connector-mongodb, it appears to me that one issue is that the MongoDB connector is not implemented to be asynchronous.