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

Make Akka.Discovery less coupled with Akka.Management #7242

Closed
3 tasks
Arkatufus opened this issue Jun 10, 2024 · 0 comments · Fixed by #7245
Closed
3 tasks

Make Akka.Discovery less coupled with Akka.Management #7242

Arkatufus opened this issue Jun 10, 2024 · 0 comments · Fixed by #7245
Labels
akka-discovery Akka.Discovery-related issues discussion
Milestone

Comments

@Arkatufus
Copy link
Contributor

Arkatufus commented Jun 10, 2024

Is your feature request related to a problem? Please describe.

Right now, Akka.Discovery is tightly coupled with Akka.Management.

  • Only one Discovery plugin can be loaded via HOCON
  • Discovery plugin retrieves its configuration from a fixed HOCON path
  • A plugin can only exist once, no parallelization is allowed.

Describe the solution you'd like

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
akka-discovery Akka.Discovery-related issues discussion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants