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
Model async pipe style systems.
for example NATS is a golang broker that I want to use.
Ah you got me there… I have not checked in the code if it can already do this.
Async with NATS is a Publisher and Consumer Model . I think it is a good match .
Which leads me to ask if is a plugin concept ?
Great system btw. Clean and simple - like it’s style
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Purpose
Model async pipe style systems.
for example NATS is a golang broker that I want to use.
Suggested approaches
Ah you got me there… I have not checked in the code if it can already do this.
Async with NATS is a Publisher and Consumer Model . I think it is a good match .
Which leads me to ask if is a plugin concept ?
Great system btw. Clean and simple - like it’s style
The text was updated successfully, but these errors were encountered: