Lucas Soares

Results 92 comments of Lucas Soares

Same here, but I'm unable to make it work even declaring it globally

> Hey @lucasoares, the interval returned by a rate limit isn't intended to match the exact amount of time for the caller to wait before moving on, it's meant as...

@kostas-theo did you had any progress in this?

Just submitted a PR for this but I have a few questions there. @Jeffail

Unfortunately CUE is not an options for my company... About passing -c argument multiple times it would help for now, since I would be able to force the same config.yaml...

@mihaitodor in the case of expanding the `-c` parameter. The result config file would be a deep-merge of all config files? Or we should make something simple by just appending...

@mihaitodor this commit expands the `-c` parameter to receive multiple config files: https://github.com/lucasoares/benthos/commit/560678c76f13e07422833893cbaab2e7158e28df In this scenario I'm concatenating all files into a single file. The problem in this approach is...

> Another idea I just had is that you might wanna' consider introducing a tool like [Kustomize](https://kustomize.io/), where you add an intermediary step to aggregate individual configs into a final...