.net ElasticsearchClient internal json serializer

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.

Hi @Jere,

There's currently no option to configure the request/response serializer. I'm curious as to which endpoint and response are causing this. Can you provide basic repro steps and details in an issue on the repository so we can assess how best to resolve this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.