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

Replace nanomsg (nng) with a NATS-based message queue #76

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Nov 9, 2024

  1. add: nats v0.25 (sync) as shared dependency

    While the sync nats crate isn't really supported going forward, it
    probably has everything we need for now. If we later want to switch
    to the supported async version (with includes switching to tokio),
    we can still do that then.
    0xB10C committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    227795c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c842f03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90f1aff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63d881f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18bd61c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1843015 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0423613 View commit details
    Browse the repository at this point in the history
  8. remove: nng dependency

    0xB10C committed Nov 9, 2024
    Configuration menu
    Copy the full SHA
    0788168 View commit details
    Browse the repository at this point in the history