a pubsub backend for the KrakenD framework
- AWS SNS (Simple Notification Service) and SQS (Simple Queueing Service)
- Azure Service Bus Topic and Subscription
- GCP PubSub
- NATS.io
- RabbitMQ
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"
}