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

Open
tqwewe opened this issue Jan 4, 2025 · 0 comments
Open

[FEATURE] - Local actor registry without bootstrapping #105

tqwewe opened this issue Jan 4, 2025 · 0 comments
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.

@tqwewe tqwewe added the enhancement New feature or request label Jan 4, 2025
@tqwewe tqwewe self-assigned this Jan 4, 2025
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

No branches or pull requests

1 participant