assafcoh
assafcoh
To test our opensearch cluster functionality we have many Junit 5 tests using localstack-utils annotations as below. ``` @ExtendWith(LocalstackDockerExtension.class) @LocalstackDockerProperties(portEdge = "3000", portElasticSearch = "3100", services = { ServiceName.S3, ServiceName.ELASTICSEARCH_SERVICE...
### What is the bug? when searching with composite aggregation the supplied afterKey is ignored and we always get back the same initial afterKey. Therefore, iterating with composite aggregation until...
### Is your feature request related to a problem? It is currently not possible to create API objects from JSON data. ### What solution would you like? For example we...