greyp9 commented on PR #9923:
URL: https://github.com/apache/nifi/pull/9923#issuecomment-2864095776

   Since you found the trigger for the behavior to be a payload of >1MB, you 
might also adjust the test to a smaller size, which is still above the 
threshold:
   
   ```
       private static final int EXPECTED_RECORD_COUNT = 20000; // Expect 20,000 
records
       private static final int MAX_MESSAGE_SIZE = 2 * 1024 * 1024; // 2MB
   ```


-- 
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]

Reply via email to