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
The OpenFaaS connector-pattern allows you to create a broker or separate microservice which maps functions to topics and invokes functions via the OpenFaaS Gateway meaning that the OpenFaaS code does not need to be modified per trigger/event-source.
35
+
36
+

37
+
38
+
##### Add your own event source
39
+
40
+
If you'd like to add an event source which is not listed below you can fork the OpenFaaS event [connector SDK](https://github.com/openfaas-incubator/connector-sdk) which is written in Go and use this to connect your pub/sub topics or message queues to functions in OpenFaaS.
41
+
32
42
#### Apache Kafka
33
43
34
44
Connect your function(s) to [Apache Kafka](https://kafka.apache.org) topics.
@@ -83,9 +93,3 @@ Invoke functions from RabbitMQ topics
83
93
More information in the repository: [Templum/rabbitmq-connector](https://github.com/Templum/rabbitmq-connector)
84
94
85
95
> 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.
86
-
87
-
88
-
#### Add your own event source
89
-
90
-
If you'd like to add an event source which is not listed below you can fork the OpenFaaS event [connector SDK](https://github.com/openfaas-incubator/connector-sdk) which is written in Go and use this to connect your pub/sub topics or message queues to functions in OpenFaaS.
0 commit comments