DataDog / kvexpress

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

How do we deal with `stop` key when there's no file present? #18

Closed darron closed 9 years ago

darron commented 9 years ago

Would this be a problem when deploying new nodes?

We "say" stop - but new node still needs the files.

darron commented 9 years ago

I added --ignore_stop[=false]: ignore stop key to out command.

Not sure if that solves it. Still thinking.

darron commented 9 years ago

We can leave this the way it is for now.