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

Review the messaging abstraction #158

Open
aumetra opened this issue Apr 3, 2023 · 1 comment
Open

Review the messaging abstraction #158

aumetra opened this issue Apr 3, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@aumetra
Copy link
Member

aumetra commented Apr 3, 2023

The messaging abstraction feels a little hacked together and might be an area where we could clean some things up

@aumetra aumetra added the enhancement New feature or request label Apr 3, 2023
@aumetra aumetra added this to the First alpha release milestone Apr 3, 2023
@aumetra
Copy link
Member Author

aumetra commented Apr 4, 2023

Potential changes:

  • Enum dispatch instead of dynamic dispatch for differentiating between backends
  • Glob support for the Tokio broadcast channel-based solution
    • This will potentially slow down the channel matching a bit since it's not only one hashtable lookup anymore but instead an iteration over a bunch of globs that all need matching

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