gosonzhang commented on PR #11119: URL: https://github.com/apache/inlong/pull/11119#issuecomment-2363146077
> > > > How to successfully parse incomplete data? > > > > > > > > > Now when the configuration does not allow truncation, if the body exceeds the limit, it will be rejected directly. > > > Specifically for a body of type `byte[]`, `SendResult.BODY_EXCEED_MAX_LEN` will be returned directly. And for `List<byte[]>` type bodies, they are truncated at the body granularity, which ensures the integrity of each body. > > > > > > In any case, the SDK should not set truncation, otherwise this operation will modify the data content reported by the business and cause errors > > If it cannot be truncated, is this issue unnecessary? It cannot be truncated, this is the premise. How to check whether it is too long requires analysis to see how to modify it appropriately. -- 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: commits-unsubscr...@inlong.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org