lucian
lucian
hello @chrisguidry , is there a way to enable otel instrumentation on self hosted kubernetes prefect workers ? thanks
related to https://github.com/wundergraph/cosmo/issues/1995
hello @endigma not sure if this issue is a duplicate, it can be solved using heartbeats but only if your client can handle them, which in my case it doesn't....
hello, any releases with the fix ? or workaround on how to add custom headers ? thanks
Hello, you can enable heartbeats but looking at the code, only on accept content-type : "multipart/mixed" and not on "text/event-stream" https://github.com/wundergraph/graphql-go-tools/blob/master/v2/pkg/engine/resolve/context.go#L37 https://github.com/wundergraph/cosmo/blob/main/router/core/flushwriter.go#L162 also your client needs to be able to...