filinvadim / krakend-pubsub

a pubsub backend for the KrakenD framework with MQTT

Home Page:https://www.krakend.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

krakend-pubsub

a pubsub backend for the KrakenD framework

Backends

  • AWS SNS (Simple Notification Service) and SQS (Simple Queueing Service)
  • Azure Service Bus Topic and Subscription
  • GCP PubSub
  • NATS.io
  • RabbitMQ

Configuration

Just add the extra config at your backend:

"github.com/devopsfaith/krakend-pubsub/subscriber": {
	"subscription_url": "gcppubsub://project/topic"
}
"github.com/devopsfaith/krakend-pubsub/publisher": {
	"topic_url": "gcppubsub://project/topic"
}

About

a pubsub backend for the KrakenD framework with MQTT

https://www.krakend.io

License:Apache License 2.0


Languages

Language:Go 100.0%