As stated in the title: How can I add / remove a single or multiple topics to a started MQTT inbound adapter at runtime without stopping and resubscribing?
I am using a similar configuration to the example from docs.spring.io:
<int-mqtt:message-driven-channel-adapter id="mqttInbound"
client-id="${mqtt.default.client.id}.src"
url="${mqtt.url}"
topics="topic1, topic2, topic3"
client-factory="clientFactory"
channel="output"/>