You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solace Event Portal's asyncapi includes queue name and subscriptions. Would like to have them captured in the application configuration in-line with spring-cloud-stream conventions.
How will this change help?
Support for queues, in addition to the existing topic-based messaging.
Screenshots
No response
How could it be implemented/designed?
From the binder's destination specification, you would be able to collect queue and subscription information.
Why do we need this improvement?
Solace Event Portal's asyncapi includes queue name and subscriptions. Would like to have them captured in the application configuration in-line with spring-cloud-stream conventions.
How will this change help?
Support for queues, in addition to the existing topic-based messaging.
Screenshots
No response
How could it be implemented/designed?
From the binder's destination specification, you would be able to collect queue and subscription information.
{
"destinationType": "queue",
"queue": {
"name": "CS:New Orders",
"topicSubscriptions": ["coffeeshop/order/new/v1////"]
}
}
🚧 Breaking changes
No
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue?
None
The text was updated successfully, but these errors were encountered: