mosquitto icon indicating copy to clipboard operation
mosquitto copied to clipboard

Dynamic Bridging and dynamic topic subscribe/unsubscribe for existing bridging

Open sakthivelpvs opened this issue 7 years ago • 2 comments

Hi, Just want to understand the better approach for dynamic bridging. I know that there is PR #653 for dynamically adding/deleting bridge through $SYS topics. It doesn't store dynamically added bridge configuration anywhere and when broker restarts then, bridge config is gone.

I'm looking for dynamic bridging even for topic subscribe/unsubscribe and adding/deleting new bridge configuration. Dynamically adding/removing topic in existing bridge connection, should initiate subscribe/unsubscribe for that particular topic alone.

And whatever bridging details are added dynamically has to be stored in config file, so that when it restarts, never lose those information.

For above requirements, publishing the bridging via $SYS topic is better approach or already mosquitto has reload machanism and if doing changes there will be better ?

Any idea when mosquitto is planning to start analysing the dynamic bridging with all conditions and implementation ?

sakthivelpvs avatar Aug 29 '18 08:08 sakthivelpvs

I guess the conversation of #653 is better place to discuss about this issue.

toast-uz avatar Aug 29 '18 11:08 toast-uz

See https://github.com/eclipse/mosquitto/pull/1926

honglei avatar May 16 '22 07:05 honglei