Vitalii Kozlovskyi
Vitalii Kozlovskyi
Having this value _(which is parent `_id`)_ make no sense. It should be possible to skip/remove this field from inlined json. simplified E.G: ```json { "id": 100, "inlined": [ {"id":...
Restructure column magic to allow composite PK. This would probably require additional config tags for Key order specification or even template. May include composite routing keys etc...
Add possibility to recreate slot and re-index everything, instead of failing.
As [HealthChecks](https://kubernetes.io/docs/reference/using-api/health-checks/) doc says, we need ~~`/healthz`~~, `/livez` and `/readyz` endpoints. - livez - The slot should not be in a `lost` state, elastic works. - readyz - when successfully...
Following log is caused by dash `-` symbol in slot name. ``` failed to create replication slot {"slot": "search-demo", "error": "ERROR: syntax error (SQLSTATE 42601)"} ``` Proper validation and error...
### Terraform Version ```shell current main branch ``` ### Terraform Configuration Files ```env TF_LOG=JSON TF_LOG_CORE=ERROR TF_LOG_PROVIDER=INFO ``` JSON logs with configurable log-level. ### Debug Output ```json {"@level":"trace","@message":"Completed graph transform *terraform.DestroyEdgeTransformer...