We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a syd IN / OUT interface ?
so then “ workers” can just use this to interact with the broker.
Syd in / out is universal across any language but also simple.
the idea is for the bud to be the data plane that picks up the std in / out …
The text was updated successfully, but these errors were encountered:
So essentially it’s a backend just like nats and memory.
many software can call the backend over std io and the CQRS protos are usable on that context
Mir msybe that the sys backend is more of a proxy and delegates the actual work to a memory or nats backend .
Sorry, something went wrong.
https://github.com/modernice/goes/blob/main/backend/nats/bus.go
Shows the usage imports quite well.
The syd io bus would be a lot like this
No branches or pull requests
Is there a syd IN / OUT interface ?
so then “ workers” can just use this to interact with the broker.
Syd in / out is universal across any language but also simple.
the idea is for the bud to be the data plane that picks up the std in / out …
The text was updated successfully, but these errors were encountered: