Scott Ferguson

Results 5 issues of Scott Ferguson

The intro blog post for Chaperone (https://eng.uber.com/chaperone/) mentions a Webservice frontend, but I don't see it in the README.

the pom references kafka 0.9. has chaperone been tested/vetted against kafka 0.10?

if I don't manually create the ```chaperone``` database I get the stacktrace below when running the following command: ```./ChaperoneDistribution/target/ChaperoneDistribution-pkg/bin/start-chaperone-collector.sh``` > [2017-02-01 12:01:16,721] INFO Trying to start ChaperoneCollector with args: [startChaperoneCollector,...

We would like to be able to traverse subdirectories when using the file driver. It seems like not doing so may have been a design decision (https://github.com/golang-migrate/migrate/tree/master/source/httpfs/testdata/sql/subdirs-are-ignored). Is there background...