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
{{ message }}
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.
I would like to be able to read incoming events from a queue, instead of http requests. From the code I've read, the queue handler would need to call enqueueWork with a valid CloudEvent.
This feature could be implemented either as new plugin interface with access to the router, or as configurable endpoint with the whole ampq/stomp stack inside event-gateway.
The text was updated successfully, but these errors were encountered:
@mthenw cool! Do you have a draft of the architecture for supporting this? I might have some time to tackle this issue in the next few weeks, and having some guideline would be great.
@pedrokiefer we are not at this stage yet. We are considering different options (as an external executable, or built-in into Event Gateway binary). I will update this issue once we have more info.
I would like to be able to read incoming events from a queue, instead of http requests. From the code I've read, the queue handler would need to call
enqueueWork
with a valid CloudEvent.This feature could be implemented either as new plugin interface with access to the router, or as configurable endpoint with the whole ampq/stomp stack inside event-gateway.
The text was updated successfully, but these errors were encountered: