Hi, using the .net ElasticsearchClient is it possible to configure the DefaultRequestResponseSerializer to prevent the following exception?
Elastic.Transport.UnexpectedTransportException
Message=The maximum configured depth of 64 has been exceeded. Cannot read next JSON
Source=Elastic.Transport
We can find the option to configure the sourceSerializer but not the RequestResponse serializer.