Closed lukasgraef closed 2 years ago
Currently, faust-streaming can't keep up with the messages coming from kafka, resulting in lost message -> Batch Processing in faust could mitigate or solve those performance issues
Error Message in Faust:
@lukasgraef maybe add a _createdAt field for each event when inserting into mongo, so that we can verify when events where pushed into mongo.
_createdAt
Currently, faust-streaming can't keep up with the messages coming from kafka, resulting in lost message -> Batch Processing in faust could mitigate or solve those performance issues