When trying to use the JSON input connector, it seems to work fine with the first 50 or so records. But when there are 500 or more, I get this in the log and no records are processed.
| com.esri.ges.adapter.genericJson.JsonInboundAdapter | Could not decode the incoming buffer. Expected UTF-8 encoding. Make sure your input is in UTF-8 encoding. |
We tested the JSON structure with freeformatter.com and it checked out OK.
Could there be some other issue preventing the JSON from being processed?