axelczk

Results 9 comments of axelczk

This is not what I really want in fact. But I think it's not possible. In fact, the hcl file I linked in the issue is used to manage dependency...

Same on our side. We are facing this issue since we use the release train 2021 and too many alert pop on our side due to his log error. Hopefully...

Here is a payload that fails: ``` 0xA1, 0x83 , 0x03, 0x00, 0x00, 0x64, 0x74, 0x65, 0x73, 0x74 ``` The problem is: the library doesn't accept array as a fieldName....

I would say you should deserialize it in the same way as when a value is an array but it's easier said than done. Thanks you for your answer. It's...

Furthermore due to this issue, when healthcheck with actuator on the elasticsearch cluster, it uses the default localhost:9200 instead of the configured host.

No, I remove the @RefreshScope annotation for the time being.

Here is a full exemple. Launch the application and you will see in the startup logs: ``` WARN 8352 --- [ main] .d.e.r.s.AbstractElasticsearchRepository : Cannot create index: null ``` This...