You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. This was caused by Elasticsearch responding with an error in "compact format" where the error property is a simple string instead of an object. Fixed by allowing both forms in ErrorCause deserializer.
execute simple test case as follow:
where
getEsClient()
return anElasticsearchAsyncClient
instance. error as follow:environment:
docker.elastic.co/elasticsearch/elasticsearch:7.16.2
The text was updated successfully, but these errors were encountered: