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

[FEATURE] - Local actor registry without bootstrapping #105

Closed
tqwewe opened this issue Jan 4, 2025 · 0 comments · Fixed by #114
Closed

[FEATURE] - Local actor registry without bootstrapping #105

tqwewe opened this issue Jan 4, 2025 · 0 comments · Fixed by #114
Assignees
Labels
enhancement New feature or request

Comments

@tqwewe
Copy link
Owner

tqwewe commented Jan 4, 2025

Feature Description

Using kameo with remote actors adds the ability to register and lookup actors by name. This feature should exist in local apps without the need to bootstrap or enable the remote feature.

Motivation

Looking up and registering actors both locally and remotely can be quite useful instead of passing references around.

Proposed Solution

Move the lookup and registration system to a more dynamic implementation which supports both remote and local systems.

Alternatives Considered

Users could implement this in userland quite trivially.

Additional Context

Requested by a user on Discord.

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

Successfully merging a pull request may close this issue.

1 participant