You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
When trying to trace a message from a federation broker down to an individual choria server, I need to specify a non-default collective to target. I would usually use "-T all" but that argument doesn't exist on the federation application.
Looking at the code I can see that :collective => options[:collective] gets passed into the Ping message but I can't see where that comes from or if it's possible to change?
The text was updated successfully, but these errors were encountered:
When trying to trace a message from a federation broker down to an individual choria server, I need to specify a non-default collective to target. I would usually use "-T all" but that argument doesn't exist on the federation application.
Looking at the code I can see that
:collective => options[:collective]
gets passed into the Ping message but I can't see where that comes from or if it's possible to change?The text was updated successfully, but these errors were encountered: