Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 969 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 969 Bytes

MQTT Connector for OpenFaaS

Go Report Card License: MIT OpenFaaS

Inspired by the Kafka Connector. Tested on Kubernetes cluster running on Raspberry Pi 3s.

Deployment

To deploy to Kubernetes cluster change the MQTT broker URL in connector.yaml. An then run

kubectl apply -f deployment/kubernetes/connector.yaml

Backlog of open issues

  • QoS is currently fixed to 2
  • No possibility to configure MQTT credentials
  • Error handling and retry mechanisms.
  • Content type of request is not set.