moderation
moderation
Cool to see work on load balancing. This is a key feature and I was surprised initially when I saw `connector` as a struct and not an array - https://github.com/memorysafety/river/blob/main/docs/toml-configuration.md?plain=1#L22-L24...
I'm getting a build error on `main` after the Sentry option PR https://github.com/cloudflare/pingora/pull/410 ``` env RUST_BACKTRACE=full RUST_LOG=INFO mold --run cargo run --example test --release --no-default-features --features=boringssl Compiling pingora-core v0.3.0 (~/Library/rust/pingora/pingora-core)...
A little confused. The `navigator` object is part of the runtime - https://docs.deno.com/api/web/~/Navigator.userAgent. I would expect that the `navigator.userAgent` would return the version of the actual runtime and not an...
@magurotuna thanks so much for a detailed response. Makes sense in terms of current status and I look forward to the updates
Wondering if this TCP bug fixed in Envoy 1.15.0 is a contributing factor to this issue? https://github.com/envoyproxy/envoy/issues/12197#issuecomment-661649308
Deps looks good and will check back when CI errors are fixed
/lgtm deps
/lgtm deps
/lgtm deps Deps look OK but CI issues
Interested if this might be revisited now that UDP proxy support has been added to Envoy - https://github.com/envoyproxy/envoy/pull/9046 - https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/udp_filters/udp_proxy#config-udp-listener-filters-udp-proxy Like the original issue request we have an internal client...