tzssangglass commented on issue #198: URL: https://github.com/apache/apisix-java-plugin-runner/issues/198#issuecomment-1272464065
After verification, I think the problem is related to the maximum size of the StringBuilder. ref: https://stackoverflow.com/questions/38067717/how-many-characters-can-a-java-stringbuilder-hold https://github.com/apache/apisix-java-plugin-runner/blob/d2fe045624fad0b7162b11b8acf836d724f870ea/runner-plugin-sdk/src/main/java/org/apache/apisix/plugin/runner/ExtraInfoResponse.java#L38-L43 100M file over the max size of StringBuilder -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
