Hello everyone,
I am looking for a way to remove MQTT messages from memory, even if there are no consumers online.
The reason is that I am using the MQTT topic exchange to re-route published MQTT messages to streams for high-throughput data streaming.
Is there any way to do this?
Since there would be many topics (tens of thousands), I would like to avoid creating a dump MQTT subscriber to trigger the creation of QoS 0 subscribtion queue types.
Best
Rilind