Is there any maximum limit for the number of topics created in an MQTT server?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manoj BhoirPosted May 9, 2019, 7:52 AM
There is no such limitation as per the spec. But this is very much governed by the hardware capability where the broker is being run.
Most of the Platforms like Bevywise IoT Platform handle this by having a distributed architecture and having multiple front end brokers to handle this.
Having said this, Application developers should keep an eye on how they define their topics.
Hope this helps.