This repository was archived by the owner on Oct 28, 2022. It is now read-only.
|
I have the following example configuration where different subscriptions are bound to multiple targets: Is it possible to achieve this with a single CLI command? I tried the following and it did not work, because all subscriptions were bound to all targets:
|
Answered by
karimra
Apr 19, 2022
Replies: 1 comment
|
Hi, Binding different paths to different targets on the cli is not possible, the subscribe cli command creates a single subscription that applies to all targets. Your command created the equivalent of: targets:
device_1:
address: address_1
device_2:
address: address_2
subscriptions:
sub_1:
paths:
- /path/1
- /path/2
- /path/3 |
0 replies
Answer selected by
szebedy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Binding different paths to different targets on the cli is not possible, the subscribe cli command creates a single subscription that applies to all targets.
Your command created the equivalent of: