Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate app support #7

Open
palfrey opened this issue Nov 4, 2016 · 0 comments
Open

Separate app support #7

palfrey opened this issue Nov 4, 2016 · 0 comments

Comments

@palfrey
Copy link
Owner

palfrey commented Nov 4, 2016

Right now, notifiers get all events. This is fine if there's only one type of app talking to Potboiler, and all the instances of that app talking to Potboiler nodes want to interact. OTOH, if you want multiple apps, or multiple versions (in the sense of use, not version number) of an app to be on the same Potboiler network, things get a bit harder.

This ticket covers adding an app id to all messages, notifiers registering for event saying what their id is, and only messages with that id get sent to a notifier. Possibly also a default "send everything" option as well as designating a default app id for KV just so for the often "every KV wants to talk to every other" scenario is easy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant