Closed RicardoRagel closed 3 years ago
Thank you!
Your configuration is currently not possible. To do this, you would probably need new parameters so as not to change the current behavior.
Currently you can only use the sync_topic
parameter, then all other topics will be ignored.
Or you remap the required topic so that it is not in the namespace of the node.
Yes, it seems enough for most of the cases. Thank you very very much!
Hi! First let me congratulate you for this great module.
My issue is regarding the priority of the
ignore
andsync
parameters. I would like to ignore completely a node except one of its topics. Let's call the node/my_node
and the desired topic to sync/my_node/topic_1
. Then, I think this should be the parameters configuration:However, the topic is not sync, which is consistent with the explanation
The ~ignore_nodes and ~ignore_topics lists are processed first
, but I would like to know if it exist a workaround to sync a topic of a ignored node already implemented or if you think it could be implemented as a enhancement (I mean, without changes the current procedure).Thank you very much!