Jerry Guo
Jerry Guo
We have the same problem, hope it can come soon!
Is there any update on this feature?
Is there any plan to fix this bugs in 7.17? 7.17 is the last version of 7. And I believe most users still need to upgrade to 7.17, then to...
For the same API, the response `MultiTermVectorsResult` also have issues in version 7.17.6. we got the error when deserialize the response ```Missing required property for MultiTermVectorsResult.id``` Look at the code...
When call the `.query()` on the searchRequest multiple times. The last query will overwrite previous query. For your case, please use the bool query https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-bool-query.html ``` BoolQuery.Builder queryBuilder = new...
Is there an update on when we release this fix?
This is not only for 7.17. It occurs on 8 as well, I am using the latest 8.13.2.
Is there any progress on this issue. its causing the resource not deleted when any failures in my cluster.
We have same issues. Generally we have the same keycloak_authentication_flow :`reset_credentials_otp_required`. Keycloak Version - 20.0.3 Keycloak Provider Version - 4.2.0 ``` resource "keycloak_authentication_flow" "reset_credentials_otp_required" { realm_id = keycloak_realm.tenant-realm.id alias =...