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
https://github.com/asyncapi
Its part of the Linux foundation. Its basically openAPI but designed for async and for broker agnostics.
The golang code is really simple. 4 repos that make it easy to understand. https://github.com/orgs/asyncapi/repositories?q=&type=&language=go&sort=
Uses JS for Designers on top to make it easier to use.
The server uses kafka under the hood which sucks IMHO :) https://github.com/asyncapi/event-gateway
I like it alot. Validation of messages by writing some JS at runtime into the event gateway. changing the flow of data at runtime.
For gophers he equivalent is benthos.
thoughts ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/asyncapi
Its part of the Linux foundation.
Its basically openAPI but designed for async and for broker agnostics.
The golang code is really simple. 4 repos that make it easy to understand.
https://github.com/orgs/asyncapi/repositories?q=&type=&language=go&sort=
Uses JS for Designers on top to make it easier to use.
The server uses kafka under the hood which sucks IMHO :)
https://github.com/asyncapi/event-gateway
I like it alot. Validation of messages by writing some JS at runtime into the event gateway. changing the flow of data at runtime.
For gophers he equivalent is benthos.
thoughts ?
The text was updated successfully, but these errors were encountered: