/krakend-etcd

An etcd client and subscriber for the KrakenD framework.

Primary LanguageGoApache License 2.0Apache-2.0

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