Josh Studt
Results
2
issues of
Josh Studt
We experienced an issue where after bumping from `v7.2.4` to `v7.2.6` we were getting from following logs from our remote cluster: > Exception reading message "Request [ sys.client/97a1e507408e496e91dda84405325844]->[S10.16.5.43:30004:0 sys.svc.manifest/10.16.5.43:30004@0] #1"...
We have a schema like: ```yaml # openapi.yaml openapi: "3.0.2" info: version: 1.0.0 title: Swagger Petstore license: name: MIT servers: - url: http://petstore.swagger.io/v1 paths: /pets: get: summary: Info for a...