-
-
Notifications
You must be signed in to change notification settings - Fork 55
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 parameter for channel #345
Comments
@Tenischev I would like to work on this issue |
Hey @AayushSaini101
|
Hi @Tenischev I have already contributed in Asyncapi these are my accepted MR https://github.com/asyncapi/cli/pulls?q=is%3Apr+author%3A%40me+is%3Aclosed. Please let me know if i can work on this |
Correct link would be |
Since the second bounty task from this repo is closed, I would like to take on this one. |
Bounty Issue's End Of Life (EOL): 2024-02-29 23:59:59 UTC-12:00 |
Bounty Issue's Timeline
Please note that the dates given represent deadlines, not specific dates, so if the goal is reached sooner, it's better. |
Please provide an update to the PR. |
@aeworxet sorry, i underestimate the issue complexity. |
🎉 This issue has been resolved in version 1.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Bounty Issue Completed 🎉Please go to the AsyncAPI's OpenCollective page and submit an invoice for |
@asyncapi/bounty_team |
Reason/Context
This is long missed feature of template to support
parameter
s for channel object.Description
Support of
parameter
s should be introduced for all protocols currently supported by template (kafka, mqtt, amqp).Changes required in following files:
General support:
To support in kafka follow to reference doc, RoutingKafkaTemplate to send, containerFactory to receive.
To support in amqp follow to reference doc topic exchange
To support in mqtt follow to reference doc, topicExpression to receive and send, to send MessageHandler also should be adopted.
Arbitrary methods
Parametrized methods should be provided, e.g. for channel
lights/{roomName}/{sensorID}
method likeThe text was updated successfully, but these errors were encountered: