I'm using Mosquitto for my MQTT Broker.
I was wondering if it would be possible to request all published topics?
Thus NOT by subscribing to everything, i.e. #
.
EDIT: I don't want to subscribe to every available topic. I'm just looking for a way to retrieve all published topics. The broker could for instance response with a string array containing all the published topics.