fredrikhgrelland / data-mesh

A cloud native data mesh implementation
Apache License 2.0
12 stars 8 forks source link

Consul commands in makefile now use the box's consul (no need for consul on local machine) #96

Closed pdmthorsrud closed 4 years ago

pdmthorsrud commented 4 years ago

I don't like the fact that I now add a tmp-folder to the repo without cleaning up unless make clean is ran. Ideally a rm -rf ./tmp would run as soon as the proxy is terminated. I couldn't find an easy way to run something after the consul connect proxy ... command is interrupted. If anyone has any good ideas, please let me know

closes #93