Skip to content

mbarazandeh110/krakend-pubsub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

krakend-pubsub

a pubsub backend for the KrakenD framework

Backends

  • Kafka

Configuration

set the environment variable KAFKA_BROKERS="host1:port1, host2:port" and add the extra config at your backend:

"github.com/devopsfaith/krakend-pubsub/subscriber": {
	"subscription_url": "my_topic",
	"group_id": "group_id"
}
"github.com/devopsfaith/krakend-pubsub/publisher": {
	"topic_url": "my_topic"
}

About

a pubsub backend for the KrakenD framework

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 100.0%