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

New Feature: Registry #9

Open
timbuchwaldt opened this issue Aug 5, 2020 · 3 comments
Open

New Feature: Registry #9

timbuchwaldt opened this issue Aug 5, 2020 · 3 comments

Comments

@timbuchwaldt
Copy link
Contributor

I was wondering about local (and clustered, for that matter) registries so one can have the following features:

  • Local discovery of one or more processes
  • Global discovery of processes
  • Maybe: Management of an agent-pool

Especially with clustered discovery I feel like the compile-time type checking might be problematic because one can't guarantee that the remote side runs exactly the same version and therefore has the same type-details.

@lpil
Copy link
Member

lpil commented Aug 5, 2020

A useful feature for sure! One question is how would we type this? Would all the channels held by the registry have to accept the same message type?

@timbuchwaldt
Copy link
Contributor Author

That is a wonderful question I thought about as well. I think this would be the logical way this should work, yes.

@varnerac
Copy link

Maybe something like pg scopes for different process types?

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

3 participants