Jesse Szwedko

Results 578 comments of Jesse Szwedko

Ah, yeah, seemingly those are the same failures we saw on https://github.com/vectordotdev/vector/pull/10302. I think someone will need to dig in to see what we need to do to upgrade. Do...

Just noting that this is still unfortunately blocked by the rdkafka upgrade 😢 https://github.com/vectordotdev/vector/pull/10302

Hi @udleinati ! That sucks, I'm sorry. Unfortunately this PR is still blocked be cause we are running into issues upgrading rdkafka, but we hope to get it unblocked soon....

@neuronull the build failures here look a lot like the OpenSSL build failures we resolved before when upgrading rdkafka. Does anything jump out to you?

> @jszwedko could you review it please?) Hey! Apologies for the delay here. I can appreciate that it'll be more work, but I think the correct approach here is, as...

@spencergilbert we plan to do both, but we can focus on datastreams first. Do you have thoughts on what an improved version of index lifecycle management might look like? Or...

After some discussion we've decided to punt on this for now given we have added datastreams support which seems to be the ordained path for getting observability data into Elasticsearch...

> @jszwedko @spencergilbert - is this feature support worked upon Not currently. We'd be happy to review a proposal for it though! Many users seem to have moved onto data...

Hi @zamazan4ik ! I think the sink should try to parse the configuration option into a `Uri` at configuration load time. It can default unknown parts as you suggest if...

> Aha, I see. I misread the earlier comment. I think calling`with_default_parts` for `clickhouse` sink makes sense. I'm wondering if the deserialization implementation for `UriSerde` shouldn't just call that 🤔