Chris Toomey
Chris Toomey
@seroperson thanks for the pointers. Per [this](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) the grpc web client implements the grpc-web protocol spec described in that document, which says nothing about not using the `grpc-accept-encoding` and `grpc-encoding`...
@akan , @seroperson's comment above explains how.
Don't see any documentation but does seem to be supported via `UnionType`: https://github.com/sangria-graphql/sangria/blob/v2.1.6/modules/core/src/main/scala/sangria/schema/Schema.scala#L496 .
I've run into this issue too -- is there a config. setting or other workaround to prevent this?
FYI I worked around it by not installing kamon-bundle, which automatically includes logback as well as a bunch of other instrumentations. Instead I install only the kamon-* packages I need.
Thanks for doing this @drmontgomery !
Me too. I see this has been merged; when do you anticipate having an updated release that includes it?