j3t

Results 3 comments of j3t

> How can I use Spring WebFlux with OpenSearch? You can use the open search async client with Mono.fromFuture but this is just a workaround, for example `Mono.fromFuture(client.search(searchRequest, JsonNode.class))`

> Is there any progress on this item or a workaround? Yes there is a workaround. We just changed our spec from `"lang": {"allOf":[{"$ref":"#/components/schemas/Language"}],"description":"language of incoming query"}` to `"lang": {"$ref":...

Using https protocol solves the problem in my case. `npm install git+https://github.com/aca-mobile/ti-unit.git#1.1.1`