You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More information in the Incubator repository: [openfaas-incubator/kafka-connector](https://github.com/openfaas-incubator/kafka-connector)
34
35
35
36
#### AWS SNS
37
+
36
38
Trigger a function from AWS SNS Notifications and Subscriptions
37
39
38
40
More information in the repository: [affix/OpenFaaS-SNS](https://github.com/affix/OpenFaaS-SNS)
39
41
40
42
#### CloudEvents
43
+
41
44
CloudEvents is a specification for describing event data in a common way. More information on [CloudEvents](https://cloudevents.io/)
42
45
43
46
Trigger functions from Azure EventGrid with the CloudEvents standard
44
47
45
48
More information in the repository: [johnmccabe/cloudevents-slack-demo](https://github.com/johnmccabe/cloudevents-slack-demo)
46
49
47
-
#### RabbitMQ
50
+
#### Redis (third-party project)
51
+
52
+
Invoke functions using Redis pub/sub and the [Sidekiq model](https://sidekiq.org).
53
+
54
+
View the [sidekiq-connector](https://github.com/affix/sidekiq-connector)
55
+
56
+
#### RabbitMQ (third-party project)
57
+
48
58
Invoke functions from RabbitMQ topics
49
59
50
60
More information in the repository: [Templum/rabbitmq-connector](https://github.com/Templum/rabbitmq-connector)
61
+
62
+
> Note: the RabbitMQ connector currently has no support for gateways using Basic Authentication, but [this is being worked on](https://github.com/Templum/rabbitmq-connector/issues/2) by the author.
0 commit comments