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

Companion crate for extended functionality #224

Open
Sytten opened this issue Apr 15, 2024 · 1 comment
Open

Companion crate for extended functionality #224

Sytten opened this issue Apr 15, 2024 · 1 comment

Comments

@Sytten
Copy link

Sytten commented Apr 15, 2024

Hi there!

I am looking at moving await from actix actors but I manage a somewhat large codebase that I created before I fully understood the async model really well. So I use a lot of "very meh" practices like the actix services which are essentially global actors that auto-(re)start.

I found https://gitlab.com/mneumann_ntecs/xtra-addons, but it looks unmaintained so I was wondering if you would be interested by an "official" companion crate (as in committed to this repo vs a random other repo) to help implement more "advanced" features like a broker, services (basic OTP), etc.

@thomaseizinger
Copy link
Collaborator

thomaseizinger commented Apr 16, 2024

Yes! Extension crates are very much in scope / something we want to encourage.

The latest release focused on minimal building blocks that can be built on top of.

Would you be willing to help maintain them if we add them to this repo?

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

2 participants