hasura / hasura/graphql-engine
Add AMQP support for events
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
### Describe the solution you'd like
Right now events only support webhooks, It would be nice to have an integration available for [AMQP](https://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol) so instead of sending a webhook we can publish a message on a message queue/event bus.
### Describe alternatives you've considered
The alternative right now is to create a webhook endpoint that publishes the webhook to an even bus but It would be nice not have to write an endpoint to do this.
### If the feature is approved, would you be willing to submit a PR?
Sure, can try
Contributor guide
Research direction
Begin with the existing webhook event integration, since the issue says events currently support webhooks. Compare its event and configuration paths with the proposed AMQP message-queue or event-bus integration; the issue names no files or tests, so scope and completion criteria need maintainer clarification.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, backend, distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100