devopsfaith / krakend-etcd

An etcd client and subscriber for the KrakenD framework.

Home Page:http://krakend.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Krakend ETCD

An etcd client and subscriber for the KrakenD framework.

Build the example

Go 1.8 is a requirement

$ make

Run

Running it as a common executable, logs are send to the stdOut and some options are available at the CLI

$ ./krakend_etcd_example
Usage of ./krakend_etcd_example:
  -c string
    	Path to the configuration filename (default "/etc/krakend/configuration.json")
  -d	Enable the debug
  -etcd string
    	Comma-separated list of etcd servers (with port and schema) (default "http://192.168.99.100:4001")
  -l string
    	Logging level (default "ERROR")
  -p int
    	Port of the service

About

An etcd client and subscriber for the KrakenD framework.

http://krakend.io/

License:Apache License 2.0


Languages

Language:Go 97.1%Language:Makefile 2.9%