hasura / graphql-engine

Blazing fast, instant realtime GraphQL APIs on your DB with fine grained access control, also trigger webhooks on database events.
https://hasura.io
Apache License 2.0
31.09k stars 2.76k forks source link

Add AMQP support for events #8584

Open abdullah2993 opened 2 years ago

abdullah2993 commented 2 years ago

Describe the solution you'd like

Right now events only support webhooks, It would be nice to have an integration available for AMQP 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

rahulagarwal13 commented 1 year ago

Thanks for the enhancement request but we do not have a timeline for this at the moment. Please continue to follow this Github issue for further updates.