Frequent message loss with MQTT #830
Labels
Status: Available
No one has claimed responsibility for resolving this issue.
Status: More info needed
More information needed from issue author
Question
We have the following setup on production for MQTT.
We are noticing an issue where messages are getting frequently dropped(around 1 or 2 in every 100 messages).
MQTT connect configuration setup is as follows
How the messages are published ?
We have X number of celery workers publishing to the same topic in parallel, with message rate of 10/s at max. The client id is unique across each celery worker as it using hostname in client id.
For the messages which are getting dropped or missed, paho MQTT library is returning a
0
on publish indicating the message was published successfully.Sample code for publish
But there are no logs EMQX(even with debug logs enabled), for the ones which have been dropped. This is happening only on production where there are multiple clients publishing to same topic, whereas with single client we haven't noticed an issue.
Is there any issue with the configuration of the above or would upgrading to a newer version of the library help fix the issue?
OR this could be something specific to the EMQx broker.
Environment
The text was updated successfully, but these errors were encountered: