Question

Reader exceeded the read limit '1048576' For API call.

  • 30 December 2022
  • 2 replies
  • 277 views

I am using http client for API call.

Error msg :

HTTP_00 - Cannot parse record. HTTP-Status: 200 Reason: com.streamsets.pipeline.api.ext.io.OverrunException: Reader exceeded the read limit '1048576' 

 

API is working if tried on browser.

 

 


2 replies

Userlevel 4
Badge

Hello @dhanraj_shinde - Thank you for reaching out to the StreamSets Community. Could you please try to set and increase the value of the parameter 'parser.limit' on 'sdc.properties' and then restart SDC.

Let us know how it goes.

 

 

 

Userlevel 5
Badge +1

@dhanraj_shinde 

 

please set the parser.limit=10485760 in sdc.properties file and it will solve your issue.

Reply