I'm looking for a solution to publish messages to a special topic after x seconds in EMQX (formerly EMQTT). I've found EMQ X enterprise edition's feature table which shows Delay and schedule message delivery
is a feature of enterprise edition not Broker Edition
. On the other side there is an official plugin from EMQX team in GitHub which do exactly what I want, Delayed Publish.
So my question is how much the plugin reliable? If they had planned to add this feature into their enterprise edition, why they should create an open source GitHub project to do exactly the same!