Kruno Tomola Fabro

Results 8 issues of Kruno Tomola Fabro

Closes #3649 Implements multiple host feature for `elasticsearch sink` with failover. Where the amount of inflight requests for each endpoint is an estimate of its load. ### Possible extensions *...

domain: sinks
domain: external docs

Closes #6451. Follows CEF version 26. ### Open questions There are two extensions for this parser that I'm unsure if they should be included now, later, or at all: -...

domain: external docs
domain: vrl

Closes #3649 Adds multiple endpoints feature for `elasticsearch` sink using distributed service added in #13918. #13236 was the original PR which got split into two, #13918 and this one.

domain: sinks
domain: external docs

Support having octal and hexadecimal escape characters such as `\x1b`, `\033` in `toml` configuration. This could be done through adding a feature in the `serde`/`toml` crates. ref. #2202

type: enhancement
domain: config
have: nice

Add peek method for top element.

Reset the send side of all of the streams associated with the session upon learning that the session has been terminated. Session termination was added in https://github.com/BiagioFesta/wtransport/pull/239 but without the...

### Description `testcontainer` will fail to build if all features are disabled like `testcontainers = { version = "0.24", default-features = false }`. The build error: ``` testcontainers-0.24.0/src/core/client/bollard_client.rs:38:13 | 38...