Jesse Szwedko

Results 578 comments of Jesse Szwedko

> > Is that graph going from 0.15 to 0.16? > > Yes. > > We may be able to prioritize bisecting the nightlies or try to run vector with...

Hi @NicolasFloquet ! Yeah, I think that would be reasonable: to just apply the user configured headers last so that they override any Vector adds by default. We'd welcome a...

> Hello, isn't it already implemented [there](https://github.com/vectordotdev/vector/blob/master/src/sinks/http.rs#L292) ? I'm not familiar with rust but What I understand is this: if the object delimiter is a comma, the Content-type will have...

> @jszwedko looks like those changed were merged in 👍 it does, but it doesn't look like they've released the changes as a new image yet.

> Good point, their image is 7 months old, I wonder if they will ever release it 😆 > > [cross-rs/cross#542](https://github.com/cross-rs/cross/issues/542) 😄 true, though there has been movement on the...

Got further with the new cross images, now it is failing due to: ``` = note: /usr/local/lib/gcc/x86_64-unknown-freebsd12/6.4.0/../../../../x86_64-unknown-freebsd12/bin/ld: warning: libcxxrt.so.1, needed by /usr/local/lib/gcc/x86_64-unknown-freebsd12/6.4.0/../../../../x86_64-unknown-freebsd12/lib/libc++.so, not found (try using -rpath or -rpath-link) ```

> May I ask if there's a schedule for undertaking this? Could an offer to cooperate on the associated (code, dog-fooding) work move that forward? Hey @kellytk ! This isn't...

👍 building without heim could be a good start to at least getting something on FreeBSD.

Noting that a user ran into this again today: https://discord.com/channels/742820443487993987/746070591097798688/775478035738525707 Also noting that @fanatid attempted something like @lukesteensen mentioned with retrying partial failures in the #2755 sink, though it looks...

Those are fair reasons, there are certainly cases where partial retries will never succeed and it would be good to have dead-letter support. However, in the case mentioned in discord,...