8000 Function triggers for RabbitMQ / AMQP · Issue #198 · fission/fission · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Closed
soamvasani opened this issue May 18, 2017 · 5 comments
Closed

Function triggers for RabbitMQ / AMQP #198

soamvasani opened this issue May 18, 2017 · 5 comments

Comments

@soamvasani
Copy link
Member

No description provided.

@pitwegner
Copy link

Any news on this?

@danielrs
Copy link
danielrs commented Mar 7, 2019

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.

@soamvasani
Copy link
Member Author

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

@viveksinghggits
Copy link
Contributor
viveksinghggits commented Nov 4, 2019

Hi @soamvasani,
I am planning to take this up, but I am not sure if we can ship this in this release.We can ship this in 1.8 I think.
cc @life1347 @vishal-biyani

@vishal-biyani
Copy link
Member

RabbitMQ integration is now available as Keda based MQTrigger. The PR here: fission/keda-connectors#3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
0