Jiabao-Sun opened a new pull request, #12:
URL: https://github.com/apache/flink-connector-mongodb/pull/12

   Mongo sink waits for new record to write previous records. I have a 
upsert-kafka topic filled that has already some events. I start a new 
upsert-kafka to mongo db sink job. I expect all the data from the topic to be 
loaded to mongodb right away. But instead, only the first record is written to 
mongo db. The rest of the records don’t arrive in mongodb until a new event is 
written to kafka topic. The new event that was written is delayed until the 
next event arrives. 
   
   To prevent this problem, the MongoWriter should regularly check whether the 
last write time is over the specific limit.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to