Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 507 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 507 Bytes

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"
}