Open vijaygwala opened 1 year ago
Are you sending 1 handlerInput per table? Curious how large it the payload?
Not sure if it can reduce the payload, but have you tried sending the table infos in batch from the client, and handle them in the Fetcher? e.g. put the multiple table infos in the data property of a single handler input.
I have added around 500 tables in connector.handlerInputs got the error Entity too large. because the default payload size for EPS API is 100 kb . so the payload size should be customizable instead of default Or it should be around 1MB.