Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Endpoint to list down links #19

Merged
merged 2 commits into from
Dec 23, 2016

Conversation

dcorbacho
Copy link
Contributor

Closes #18

{"/federation-links/:vhost", ?MODULE, []}].
dispatcher() -> [{"/federation-links", ?MODULE, [all]},
{"/federation-links/:vhost", ?MODULE, [all]},
{"/federation-down-links", ?MODULE, [down]},
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd use /federation-links/down and /federation-links/:vhost/down. I understand that /federation-links/down conflicts with /federation-links/:vhost but if we put it higher on the list, shouldn't it take priority?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, maybe there is is a vhost named down somewhere and it's a bad idea. I have habits back from my Rails days 🚄 .

@michaelklishin michaelklishin merged commit 2978a31 into stable Dec 23, 2016
@dumbbell dumbbell deleted the rabbitmq-federation-management-18 branch January 3, 2018 13:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants