Marcin Falkowski

Results 7 issues of Marcin Falkowski

Hi, I set a plugin folder in Google Drive virtual volume. Unfortunately the volume is initialised late after startup. Swiftbar launches earlier and cannot find the folder. Is there a...

Signed-off-by: Marcin Falkowski Commit Message: subset_lb: add metadata_fallback_policy Additional Description: The problem, context and solution idea is explained here: https://github.com/envoyproxy/envoy/issues/20063 Risk Level: Low/Medium - a new feature that is disabled...

api

Currently we produce incoming permissions logs as a JSON, which is prepared in a non-reliable way. If particular characters (for example `"`) will be present in `x-service-name` header, the result...

Currently we use one `ThreadPoolExecutor` shared for all `DiscoveryRequestStreamObserver`s as an `ExecutorGroup`: https://github.com/allegro/envoy-control/blob/master/envoy-control-core/src/main/kotlin/pl/allegro/tech/servicemesh/envoycontrol/ControlPlane.kt#L105 (only when corresponding property is set to `PARALLEL`, which is not the default) This approach is not...

Currently we use envoy 1.14.0-dev (commit 6c2137468c25d167dbbe4719b0ecaf343bfb4233), but we keep backward compatibility with envoy 1.13.0-dev (commit b7bef67c256090919a4585a1a06c42f15d640a09) (excluding incoming permissions, which don't work on that version). When the backward compatibility...