Requesting more information around rabbit_mqtt_retained_msg_store #8787
Replies: 2 comments
-
Or you can look into contributing a solution for #8824 and similar issues. There are no promises when the core team might get to it, |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking to use RabbitMQ MQTT with a database option such as Cassandra. The documentation states this is possible, but I cannot find anything else to make this option feasible. Has anyone successfully implemented Cassandra as the retained message store? Or can someone supply more information regarding this?
From the RabbitMQ Docs:
These implementations are suitable for development but sometimes won't be for production needs. MQTT 3.1 specification does not define consistency or replication requirements for retained message stores, therefore RabbitMQ allows for custom ones to meet the consistency and availability needs of a particular environment. For example, stores based on Riak and Cassandra would be suitable for most production environments as those data stores provide tunable consistency.
Message stores must implement the rabbit_mqtt_retained_msg_store behaviour.
Beta Was this translation helpful? Give feedback.
All reactions