Jorge Hermo
Jorge Hermo
It is true that the `RunnableImage` struct does not have a `with_args` method, but it is possible to create a `RunnableImage` with other than the default args. For example, given...
I'm planning to implement this once my GELF chunking PR #20859 is merged. Actually, I have decompression kind of working, but wanted to wait until it's merged so the PR...
Hi @flyingflo. My PR https://github.com/vectordotdev/vector/pull/20859 just got merged. I'll start working into the decompression part asap.
Hi @flyingflo . Opened #21816 for addressing this. You can track this implementation there. Feel free to build it from that branch and test if it works for your usecase
Hi @jdegoes I the spec, the `golem.yaml` file is specified to contain *only* one component definition ```yaml component: name: component-abc ... properties: files: - sourcePath: ./a.txt targetPath: /a.txt permissions: read-only...
thanks @maycmlee! fixing it asap 😁
> I left a few comments in-line to start, but I will need to spend more time with this. Okay! > One high-level question I had was: do we need...
Addressed the changes you suggested and added some comments explaining them, I think I didn't miss any comment, but tell me if otherwise!
Yes, exactly that! Thank you very much, don't worry and take your time, I know it's a large PR.
Fixed some tests, the CI should pass now