DataDog / kvexpress

## Auto-archived due to inactivity. ## Go program to move data in and out of Consul's KV store.
Apache License 2.0
128 stars 13 forks source link

kvexpress should timeout faster when attempting to connect to consul #99

Open agy opened 7 years ago

agy commented 7 years ago

Overview

Currently kvexpress takes a long time to timeout when attempting to connect to Consul.

The error is:

Panic: Giving up on Consul. id:nokey location:no_more_retries

There should be a configurable timeout value to allow kvexpress to timeout faster.

Steps to Reproduce

What I Expect

kvexpress to error out saying that it cannot connect to Consul.