otp icon indicating copy to clipboard operation
otp copied to clipboard

New Feature: Registry

Open timbuchwaldt opened this issue 3 years ago • 3 comments

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.

timbuchwaldt avatar Aug 05 '20 11:08 timbuchwaldt

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?

lpil avatar Aug 05 '20 18:08 lpil

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

timbuchwaldt avatar Aug 06 '20 20:08 timbuchwaldt

Maybe something like pg scopes for different process types?

varnerac avatar Apr 25 '22 03:04 varnerac