Sometimes the eventlogging_consumer-mysql-m4-master-00.log shows warnings like the following:
/usr/lib/python2.7/dist-packages/sqlalchemy/engine/default.py:324: Warning: Duplicate entry '9c635730293d562d9c6b483355007919' for key 'ix_Print_17630514_uuid' cursor.execute(statement, parameters)
In theory we'd tolerate this warning to happen only when Kafka Broker changes disrupt the regular flow of data (Broker restarted, etc..), but judging from the timings it seems that it happens also in other use cases. Let's investigate what is happening and verify that we are not rejecting data for some unknown reason.