Skip to content
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

Read Events from a Queue (ampq/stomp) #496

Open
pedrokiefer opened this issue Aug 3, 2018 · 4 comments
Open

Read Events from a Queue (ampq/stomp) #496

pedrokiefer opened this issue Aug 3, 2018 · 4 comments
Assignees

Comments

@pedrokiefer
Copy link

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.

@mthenw
Copy link
Contributor

mthenw commented Aug 3, 2018

Hey @pedrokiefer,

thanks for creating the issue. Ability to read events from external systems like AMQP, Kafka, Kinesis is one of the highest priorities in our backlog.

@brianneisler
Copy link
Contributor

Something to look at here is the AMQP transport binding for CloudEvents https://github.com/cloudevents/spec/blob/master/amqp-transport-binding.md

@pedrokiefer
Copy link
Author

@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.

@mthenw
Copy link
Contributor

mthenw commented Aug 3, 2018

@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.

@sebito91 sebito91 self-assigned this Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants