-
Notifications
You must be signed in to change notification settings - Fork 792
Function triggers for RabbitMQ / AMQP #198
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
Comments
Any news on this? |
We have a custom-built microservice-based solution that follows a similar philosophy to fission (environments, and functions/handlers) but we use RabbitMQ instead of NATS. How hard is this to implement? I would be willing to work on this if we end up moving to fission. |
@danielrs it's pretty easy to add a new trigger! You would add it to the mqtrigger service. You have to implement an interface that does subscribe, unsubscribe and message handling. Here's the diff that added Kafka support: https://github.com/fission/fission/pull/831/files If you end up working on this, we'll be happy to help with any questions you have along the way, either here or on the Slack channel. Thanks! |
Hi @soamvasani, |
RabbitMQ integration is now available as Keda based MQTrigger. The PR here: fission/keda-connectors#3 |
No description provided.
The text was updated successfully, but these errors were encountered: