Lovro Mažgon
Lovro Mažgon
~I just realized there's a closed issue that points out this problem already https://github.com/nxadm/tail/issues/30.~ Scratch that, it's not the same.
I see another problem with the current implementation - batching is forced on the developer. There is no way for the developer to disable it and handle batching externally. If...
Thanks @obalunenko, I am actually using this approach already. Here's the command I use for automatically installing all tools at once (the idea comes from [this post](https://marcofranssen.nl/manage-go-tools-via-go-modules)): ``` go list...
Whoops, submitted the review a tad too early - I wanted to point out that you did a nice job, I think the doc gives a nice overview. I personally...
NB: when a pipeline is running it should probably be locked, when it stops it should be unlocked. Why I'm saying this - it should be kept in mind when...
Take ideas from https://github.com/benchmark-action/github-action-benchmark
Copied over from [duplicate](https://github.com/ConduitIO/conduit/issues/156): Create benchmarks that can be executed and measure the performance of Conduit, specifically we are interested in the performance of the pipeline execution (e.g. bytes/s, messages/s)....
We agreed to start with the following functionality: 1. Conduit will a CLI flag to configure a secret that will be used for encrypting data in the DB. 2. If...
Make sure values can be injected through environment variables.
Relevant for this issue: - https://github.com/peterbourgon/ff - https://github.com/jinzhu/configor