Scott Rossillo

Results 10 comments of Scott Rossillo

I created #1183 to fix the intermittent `DGS_GRAPHQL_PATH` issue. One workaround for now is to disable Spring's static resource handling: ```yaml spring: web: resources: add-mappings: false ```

@srinivasankavitha any way to get 👀 on this?

Hi @srinivasankavitha , I answered your questions and rebased this on `master`. It should be ready. 🙏 Thank you!

Sure, I'll look into it.

Actually, I should clarify that I can do it with a [converter](http://simple.sourceforge.net/download/stream/doc/javadoc/org/simpleframework/xml/convert/Converter.html), but whitespace handling is different depending on the underlying parser. The Oracle supplied Stax parser is different than...

Just ran into this and found the issue. `grpcurl` 1.8.8 started looking for an endpoint called `/grpc.reflection.v1.ServerReflection/ServerReflectionInfo` before falling back to `/grpc.reflection.v1alpha.ServerReflection/ServerReflectionInfo`. However, it doesn't fall back on all error...

Also wanted to add that I'm willing to contribute code to support this. Before doing so, I just want to make sure this change is acceptable and determine the best...

Ok, will try to get a PR for prefix matching sent in a few weeks.

Delete your `Cargo.lock` file after changing Pingora's feature list and rebuild. That should work. Not ideal but it'll unblock you all. Note: you also need to have `cmake` installed.

@GOVYANSONG you should use `dispatch_http_call` to let Envoy handle the request.