Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Won't Fix
-
2.0.0-M2
-
None
-
None
Description
We don't use a séparate thread to process the consumer logs, which make it possible that in some cases, when the consumer has been shut down and reconnect, it does not receive all the modifications.
We should use a thread to process the consumer logs, which will be activated when the consumer reconnect.