Skip to main content
Question

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

  • December 30, 2022
  • 2 replies
  • 517 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

AkshayJadhav
StreamSets Employee
Forum|alt.badge.img
  • StreamSets Employee
  • 101 replies
  • December 30, 2022

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.

 

 

 


Bikram
Headliner
Forum|alt.badge.img+1
  • Headliner
  • 486 replies
  • January 2, 2023

@dhanraj_shinde 

 

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