-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
support address parameters in channels #544
Comments
Hi @KhudaDad414, this can be fixed by making changes to parse parameters, having a new function type with attributes (payload, parameters, header, channels, servername). additionally enum validation & default value handling. here introducing an function type may or may not have regression in the framework, will run some test to validate that. |
@p21nc3 we do not assign issues. you can start working on it. if you need some help please let me know. |
/progress 60 |
🎉 This issue has been resolved in version 0.30.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Reason/Context
suppose I have the following AsyncAPI spec file in version 3 of the spec:
it will fail because the parameters are going to be ignored.
Description
Glee should be able to handle the parameters.
If there is a
location
parse the values from the message's payload or header and pass it to the operation function.
the new glee function type should be:
The text was updated successfully, but these errors were encountered: